reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Expr.h
 1861   SourceLocation getBeginLoc() const LLVM_READONLY { return *tokloc_begin(); }
tools/clang/lib/AST/ASTImporter.cpp
 6401       E->tokloc_begin(), E->tokloc_end(), ToLocations.begin()))
tools/clang/lib/Sema/SemaExprObjC.cpp
   62       StrLocs.append(S->tokloc_begin(), S->tokloc_end());
tools/clang/tools/extra/clangd/refactor/tweaks/RawStringLiteral.cpp
   58   for (auto I = Str.tokloc_begin(), E = Str.tokloc_end(); I != E; ++I) {