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

Declarations

tools/clang/include/clang/AST/Decl.h
 4303   ArrayRef<SourceLocation> getIdentifierLocs() const;

References

tools/clang/lib/AST/Decl.cpp
 4893   return SourceRange(getLocation(), getIdentifierLocs().back());
tools/clang/lib/Index/IndexingContext.cpp
  111   auto IdLocs = ImportD->getIdentifierLocs();
tools/clang/lib/Serialization/ASTWriterDecl.cpp
 1385   ArrayRef<SourceLocation> IdentifierLocs = D->getIdentifierLocs();
tools/clang/tools/libclang/CIndex.cpp
 4703       ArrayRef<SourceLocation> Locs = ImportD->getIdentifierLocs();