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

References

tools/clang/lib/AST/ASTImporter.cpp
 4675         D->getLocation(), D->getAtStartLoc(), D->getCategoryNameLoc()))
tools/clang/lib/Index/IndexDecl.cpp
  482     SourceLocation CategoryLoc = D->getCategoryNameLoc();
tools/clang/lib/Serialization/ASTWriterDecl.cpp
  862   Record.AddSourceLocation(D->getCategoryNameLoc());
tools/clang/tools/libclang/CIndex.cpp
 4695       return cxloc::translateSourceRange(Ctx, CID->getCategoryNameLoc());
tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  782   SourceLocation CategoryLoc = D->getCategoryNameLoc();