HomeSort by relevance Sort by last modified time
    Searched defs:Roles (Results 1 - 19 of 19) sorted by null

  /external/clang/lib/Index/
IndexingContext.cpp 25 SymbolRoleSet Roles,
28 cast<Decl>(D->getDeclContext()), Roles, Relations,
33 SymbolRoleSet Roles,
39 Roles, Relations,
46 SymbolRoleSet Roles,
56 return handleDeclOccurrence(D, Loc, /*IsRef=*/true, Parent, Roles, Relations,
93 SymbolRoleSet Roles = (unsigned)SymbolRole::Declaration;
95 Roles |= (unsigned)SymbolRole::Implicit;
97 return DataConsumer.handleModuleOccurence(ImportD, Roles, FID, Offset);
232 SymbolRoleSet Roles,
    [all...]
IndexBody.cpp 55 SymbolRoleSet Roles{};
58 return Roles;
63 Roles |= (unsigned)(unsigned)SymbolRole::Read;
73 Roles |= (unsigned)SymbolRole::Write;
77 Roles |= (unsigned)SymbolRole::Read;
78 Roles |= (unsigned)SymbolRole::Write;
80 Roles |= (unsigned)SymbolRole::AddressOf;
85 Roles |= (unsigned)SymbolRole::Read;
86 Roles |= (unsigned)SymbolRole::Write;
91 addCallRole(Roles, Relations)
    [all...]
  /external/clang/include/clang/Index/
IndexSymbol.h 73 /// Set of roles that are attributed to symbol occurrences.
85 // Relation roles.
97 SymbolRoleSet Roles;
100 SymbolRelation(SymbolRoleSet Roles, const Decl *Sym)
101 : Roles(Roles), RelatedSymbol(Sym) {}
112 void applyForEachSymbolRole(SymbolRoleSet Roles,
114 void printSymbolRoles(SymbolRoleSet Roles, raw_ostream &OS);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
IndexSymbol.h 87 /// Set of roles that are attributed to symbol occurrences.
99 // Relation roles.
115 SymbolRoleSet Roles;
118 SymbolRelation(SymbolRoleSet Roles, const Decl *Sym)
119 : Roles(Roles), RelatedSymbol(Sym) {}
133 void applyForEachSymbolRole(SymbolRoleSet Roles,
135 bool applyForEachSymbolRoleInterruptible(SymbolRoleSet Roles,
137 void printSymbolRoles(SymbolRoleSet Roles, raw_ostream &OS);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Index/
IndexSymbol.h 88 /// Set of roles that are attributed to symbol occurrences.
100 // Relation roles.
117 SymbolRoleSet Roles;
120 SymbolRelation(SymbolRoleSet Roles, const Decl *Sym)
121 : Roles(Roles), RelatedSymbol(Sym) {}
135 void applyForEachSymbolRole(SymbolRoleSet Roles,
137 bool applyForEachSymbolRoleInterruptible(SymbolRoleSet Roles,
139 void printSymbolRoles(SymbolRoleSet Roles, raw_ostream &OS);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Index/
IndexSymbol.h 88 /// Set of roles that are attributed to symbol occurrences.
100 // Relation roles.
117 SymbolRoleSet Roles;
120 SymbolRelation(SymbolRoleSet Roles, const Decl *Sym)
121 : Roles(Roles), RelatedSymbol(Sym) {}
135 void applyForEachSymbolRole(SymbolRoleSet Roles,
137 bool applyForEachSymbolRoleInterruptible(SymbolRoleSet Roles,
139 void printSymbolRoles(SymbolRoleSet Roles, raw_ostream &OS);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
IndexSymbol.h 87 /// Set of roles that are attributed to symbol occurrences.
99 // Relation roles.
115 SymbolRoleSet Roles;
118 SymbolRelation(SymbolRoleSet Roles, const Decl *Sym)
119 : Roles(Roles), RelatedSymbol(Sym) {}
133 void applyForEachSymbolRole(SymbolRoleSet Roles,
135 bool applyForEachSymbolRoleInterruptible(SymbolRoleSet Roles,
137 void printSymbolRoles(SymbolRoleSet Roles, raw_ostream &OS);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Index/
IndexSymbol.h 88 /// Set of roles that are attributed to symbol occurrences.
100 // Relation roles.
117 SymbolRoleSet Roles;
120 SymbolRelation(SymbolRoleSet Roles, const Decl *Sym)
121 : Roles(Roles), RelatedSymbol(Sym) {}
135 void applyForEachSymbolRole(SymbolRoleSet Roles,
137 bool applyForEachSymbolRoleInterruptible(SymbolRoleSet Roles,
139 void printSymbolRoles(SymbolRoleSet Roles, raw_ostream &OS);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Index/
IndexSymbol.h 88 /// Set of roles that are attributed to symbol occurrences.
100 // Relation roles.
117 SymbolRoleSet Roles;
120 SymbolRelation(SymbolRoleSet Roles, const Decl *Sym)
121 : Roles(Roles), RelatedSymbol(Sym) {}
135 void applyForEachSymbolRole(SymbolRoleSet Roles,
137 bool applyForEachSymbolRoleInterruptible(SymbolRoleSet Roles,
139 void printSymbolRoles(SymbolRoleSet Roles, raw_ostream &OS);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Index/
IndexSymbol.h 91 /// Set of roles that are attributed to symbol occurrences.
103 // Relation roles.
120 SymbolRoleSet Roles;
123 SymbolRelation(SymbolRoleSet Roles, const Decl *Sym)
124 : Roles(Roles), RelatedSymbol(Sym) {}
138 void applyForEachSymbolRole(SymbolRoleSet Roles,
140 bool applyForEachSymbolRoleInterruptible(SymbolRoleSet Roles,
142 void printSymbolRoles(SymbolRoleSet Roles, raw_ostream &OS);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Index/
IndexSymbol.h 91 /// Set of roles that are attributed to symbol occurrences.
103 // Relation roles.
120 SymbolRoleSet Roles;
123 SymbolRelation(SymbolRoleSet Roles, const Decl *Sym)
124 : Roles(Roles), RelatedSymbol(Sym) {}
138 void applyForEachSymbolRole(SymbolRoleSet Roles,
140 bool applyForEachSymbolRoleInterruptible(SymbolRoleSet Roles,
142 void printSymbolRoles(SymbolRoleSet Roles, raw_ostream &OS);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Index/
IndexSymbol.h 91 /// Set of roles that are attributed to symbol occurrences.
103 // Relation roles.
120 SymbolRoleSet Roles;
123 SymbolRelation(SymbolRoleSet Roles, const Decl *Sym)
124 : Roles(Roles), RelatedSymbol(Sym) {}
138 void applyForEachSymbolRole(SymbolRoleSet Roles,
140 bool applyForEachSymbolRoleInterruptible(SymbolRoleSet Roles,
142 void printSymbolRoles(SymbolRoleSet Roles, raw_ostream &OS);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Index/
IndexSymbol.h 91 /// Set of roles that are attributed to symbol occurrences.
103 // Relation roles.
120 SymbolRoleSet Roles;
123 SymbolRelation(SymbolRoleSet Roles, const Decl *Sym)
124 : Roles(Roles), RelatedSymbol(Sym) {}
138 void applyForEachSymbolRole(SymbolRoleSet Roles,
140 bool applyForEachSymbolRoleInterruptible(SymbolRoleSet Roles,
142 void printSymbolRoles(SymbolRoleSet Roles, raw_ostream &OS);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Index/
IndexSymbol.h 91 /// Set of roles that are attributed to symbol occurrences.
103 // Relation roles.
120 SymbolRoleSet Roles;
123 SymbolRelation(SymbolRoleSet Roles, const Decl *Sym)
124 : Roles(Roles), RelatedSymbol(Sym) {}
138 void applyForEachSymbolRole(SymbolRoleSet Roles,
140 bool applyForEachSymbolRoleInterruptible(SymbolRoleSet Roles,
142 void printSymbolRoles(SymbolRoleSet Roles, raw_ostream &OS);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Index/
IndexSymbol.h 91 /// Set of roles that are attributed to symbol occurrences.
103 // Relation roles.
120 SymbolRoleSet Roles;
123 SymbolRelation(SymbolRoleSet Roles, const Decl *Sym)
124 : Roles(Roles), RelatedSymbol(Sym) {}
138 void applyForEachSymbolRole(SymbolRoleSet Roles,
140 bool applyForEachSymbolRoleInterruptible(SymbolRoleSet Roles,
142 void printSymbolRoles(SymbolRoleSet Roles, raw_ostream &OS);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Index/
IndexSymbol.h 91 /// Set of roles that are attributed to symbol occurrences.
103 // Relation roles.
120 SymbolRoleSet Roles;
123 SymbolRelation(SymbolRoleSet Roles, const Decl *Sym)
124 : Roles(Roles), RelatedSymbol(Sym) {}
138 void applyForEachSymbolRole(SymbolRoleSet Roles,
140 bool applyForEachSymbolRoleInterruptible(SymbolRoleSet Roles,
142 void printSymbolRoles(SymbolRoleSet Roles, raw_ostream &OS);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Index/
IndexSymbol.h 91 /// Set of roles that are attributed to symbol occurrences.
103 // Relation roles.
120 SymbolRoleSet Roles;
123 SymbolRelation(SymbolRoleSet Roles, const Decl *Sym)
124 : Roles(Roles), RelatedSymbol(Sym) {}
138 void applyForEachSymbolRole(SymbolRoleSet Roles,
140 bool applyForEachSymbolRoleInterruptible(SymbolRoleSet Roles,
142 void printSymbolRoles(SymbolRoleSet Roles, raw_ostream &OS);
  /art/runtime/base/
mutex.h 766 class Roles {
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/
org.eclipse.sisu.plexus-0.0.0.M5.jar 

Completed in 810 milliseconds