reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1321 SourceLocation getUsedLocation() const { return getBeginLoc(); }
tools/clang/lib/AST/ASTImporter.cpp 7640 ExpectedSLoc ToBeginLocOrErr = import(E->getBeginLoc());
tools/clang/lib/AST/Expr.cpp 217 return static_cast<const E *>(expr)->getBeginLoc();
tools/clang/lib/AST/Stmt.cpp 256 return SourceRange(static_cast<const S *>(stmt)->getBeginLoc(),
tools/clang/lib/Sema/TreeTransform.h10585 getDerived().TransformDecl(E->getBeginLoc(), E->getField()));