HomeSort by: relevance | last modified time | path
    Searched refs:handleDeclOccurrence (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Index/
IndexDataConsumer.h 42 virtual bool handleDeclOccurrence(const Decl *D, SymbolRoleSet Roles,
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexingContext.cpp 69 return handleDeclOccurrence(D, Loc, /*IsRef=*/false, cast<Decl>(DC),
90 return handleDeclOccurrence(D, Loc, /*IsRef=*/true, Parent, Roles, Relations,
360 bool IndexingContext::handleDeclOccurrence(const Decl *D, SourceLocation Loc,
454 return DataConsumer.handleDeclOccurrence(D, Roles, FinalRelations, Loc, Node);
IndexingContext.h 129 bool handleDeclOccurrence(const Decl *D, SourceLocation Loc,
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
core_main.cpp 103 bool handleDeclOccurrence(const Decl *D, SymbolRoleSet Roles,
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.h 434 bool handleDeclOccurrence(const Decl *D, index::SymbolRoleSet Roles,
CXIndexDataConsumer.cpp 157 bool CXIndexDataConsumer::handleDeclOccurrence(

Completed in 29 milliseconds