HomeSort by: relevance | last modified time | path
    Searched defs:handleDeclOccurrence (Results 1 - 3 of 3) 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);
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp 157 bool CXIndexDataConsumer::handleDeclOccurrence(

Completed in 17 milliseconds