OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPropertyIvarDeclLoc
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexDecl.cpp
561
SourceLocation IvarLoc = D->
getPropertyIvarDeclLoc
();
570
IndexCtx.handleReference(IvarD, D->
getPropertyIvarDeclLoc
(), nullptr,
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h
2817
SourceLocation
getPropertyIvarDeclLoc
() const { return IvarLoc; }
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp
5197
importChecked(Err, D->
getPropertyIvarDeclLoc
());
5230
Importer.ToDiag(ToImpl->
getPropertyIvarDeclLoc
(),
5235
Importer.FromDiag(D->
getPropertyIvarDeclLoc
(),
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp
906
Record.AddSourceLocation(D->
getPropertyIvarDeclLoc
());
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
1222
return Visit(MakeCursorMemberRef(Ivar, PD->
getPropertyIvarDeclLoc
(), TU));
Completed in 68 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026