reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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.h10399 return getDerived().RebuildBuiltinBitCastExpr(BCE->getBeginLoc(), TSI,
tools/clang/lib/Serialization/ASTWriterStmt.cpp 1482 Record.AddSourceLocation(E->getBeginLoc());