OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCategoryNameLoc
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexDecl.cpp
472
SourceLocation CategoryLoc = D->
getCategoryNameLoc
();
490
SourceLocation CategoryLoc = D->
getCategoryNameLoc
();
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp
749
: D->
getCategoryNameLoc
();
781
SourceLocation CategoryLoc = D->
getCategoryNameLoc
();
CIndex.cpp
4827
return cxloc::translateSourceRange(Ctx, CD->
getCategoryNameLoc
());
4830
return cxloc::translateSourceRange(Ctx, CID->
getCategoryNameLoc
());
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h
2397
SourceLocation
getCategoryNameLoc
() const { return CategoryNameLoc; }
2511
SourceLocation
getCategoryNameLoc
() const { return CategoryNameLoc; }
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp
834
Record.AddSourceLocation(D->
getCategoryNameLoc
());
882
Record.AddSourceLocation(D->
getCategoryNameLoc
());
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp
4362
auto ToCategoryNameLoc = importChecked(Err, D->
getCategoryNameLoc
());
4986
auto ToCategoryNameLoc = importChecked(Err, D->
getCategoryNameLoc
());
Completed in 30 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026