HomeSort by: relevance | last modified time | path
    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