HomeSort by relevance Sort by last modified time
    Searched refs:SymbolRoleSet (Results 1 - 12 of 12) sorted by null

  /external/clang/include/clang/Index/
IndexDataConsumer.h 40 virtual bool handleDeclOccurence(const Decl *D, SymbolRoleSet Roles,
47 const MacroInfo *MI, SymbolRoleSet Roles,
52 SymbolRoleSet Roles,
IndexSymbol.h 93 typedef unsigned SymbolRoleSet;
97 SymbolRoleSet Roles;
100 SymbolRelation(SymbolRoleSet Roles, const Decl *Sym)
112 void applyForEachSymbolRole(SymbolRoleSet Roles,
114 void printSymbolRoles(SymbolRoleSet Roles, raw_ostream &OS);
  /external/clang/lib/Index/
IndexingContext.h 64 bool handleDecl(const Decl *D, SymbolRoleSet Roles = SymbolRoleSet(),
68 SymbolRoleSet Roles = SymbolRoleSet(),
75 SymbolRoleSet Roles,
111 SymbolRoleSet Roles,
IndexBody.cpp 53 SymbolRoleSet getRolesForRef(const Expr *E,
55 SymbolRoleSet Roles{};
123 void addCallRole(SymbolRoleSet &Roles,
134 SymbolRoleSet Roles = getRolesForRef(E, Relations);
144 SymbolRoleSet Roles = getRolesForRef(E, Relations);
153 ParentDC, SymbolRoleSet(), {}, E);
160 SymbolRoleSet Roles = getRolesForRef(E, Relations);
178 SymbolRoleSet Roles{};
199 Parent, ParentDC, SymbolRoleSet(), {}, E);
208 Parent, ParentDC, SymbolRoleSet(), {}, E)
    [all...]
IndexTypeSourceInfo.cpp 41 Parent, ParentDC, SymbolRoleSet(),
90 Parent, ParentDC, SymbolRoleSet(),
96 Parent, ParentDC, SymbolRoleSet());
102 Parent, ParentDC, SymbolRoleSet());
112 Parent, ParentDC, SymbolRoleSet(), Relations);
116 Parent, ParentDC, SymbolRoleSet(), Relations);
173 Loc, Parent, DC, SymbolRoleSet());
177 Loc, Parent, DC, SymbolRoleSet());
IndexDecl.cpp 98 SymbolRoleSet Roles{};
199 SymbolRoleSet());
213 SymbolRoleSet(),
224 SymbolRoleSet(),
231 D->getDeclContext(), SymbolRoleSet());
243 D->getDeclContext(), SymbolRoleSet());
316 D->getDeclContext(), SymbolRoleSet(), {},
327 D->getDeclContext(), SymbolRoleSet());
334 IndexCtx.handleDecl(MD, D->getLocation(), SymbolRoleSet(), {}, ImplD);
339 IndexCtx.handleDecl(MD, D->getLocation(), SymbolRoleSet(), {}, ImplD)
    [all...]
IndexingAction.cpp 22 bool IndexDataConsumer::handleDeclOccurence(const Decl *D, SymbolRoleSet Roles,
30 const MacroInfo *MI, SymbolRoleSet Roles,
36 SymbolRoleSet Roles,
IndexingContext.cpp 25 SymbolRoleSet Roles,
33 SymbolRoleSet Roles,
46 SymbolRoleSet Roles,
93 SymbolRoleSet Roles = (unsigned)SymbolRole::Declaration;
232 SymbolRoleSet Roles,
IndexSymbol.cpp 245 void index::applyForEachSymbolRole(SymbolRoleSet Roles,
269 void index::printSymbolRoles(SymbolRoleSet Roles, raw_ostream &OS) {
  /external/clang/tools/c-index-test/
core_main.cpp 74 bool handleDeclOccurence(const Decl *D, SymbolRoleSet Roles,
111 bool handleModuleOccurence(const ImportDecl *ImportD, SymbolRoleSet Roles,
  /external/clang/tools/libclang/
CXIndexDataConsumer.h 465 bool handleDeclOccurence(const Decl *D, index::SymbolRoleSet Roles,
471 index::SymbolRoleSet Roles,
CXIndexDataConsumer.cpp 154 SymbolRoleSet Roles,
222 SymbolRoleSet Roles,
    [all...]

Completed in 245 milliseconds