reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1781 SourceLocation getBeginLoc() const LLVM_READONLY;
217 return static_cast<const E *>(expr)->getBeginLoc();
tools/clang/lib/AST/ExprCXX.cpp 588 return cast<CXXTemporaryObjectExpr>(this)->getBeginLoc();
tools/clang/lib/AST/Stmt.cpp 256 return SourceRange(static_cast<const S *>(stmt)->getBeginLoc(),
tools/clang/lib/Sema/TreeTransform.h11344 getDerived().TransformDecl(E->getBeginLoc(), E->getConstructor())); 11365 SemaRef.MarkFunctionReferenced(E->getBeginLoc(), Constructor);