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

References

tools/clang/include/clang/AST/Stmt.h
 1746   SourceLocation getBeginLoc() const { return getIdentLoc(); }
tools/clang/lib/AST/ASTImporter.cpp
 5801   auto Imp = importSeq(S->getIdentLoc(), S->getDecl(), S->getSubStmt());
tools/clang/lib/Sema/JumpDiagnostics.cpp
  813   S.Diag(Target->getStmt()->getIdentLoc(), diag::note_indirect_goto_target)
  861     S.Diag(Target->getStmt()->getIdentLoc(), diag::note_indirect_goto_target)
tools/clang/lib/Sema/TreeTransform.h
 6768   return getDerived().RebuildLabelStmt(S->getIdentLoc(),
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  119   Record.AddSourceLocation(S->getIdentLoc());
tools/clang/tools/libclang/CIndex.cpp
 4661       return cxloc::translateSourceRange(Ctx, Label->getIdentLoc());