Searched defs:Roles (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DFileIndexRecord.cpp19 void FileIndexRecord::addDeclOccurence(SymbolRoleSet Roles, unsigned Offset, argument
H A DIndexSymbol.cpp398 bool index::applyForEachSymbolRoleInterruptible(SymbolRoleSet Roles, argument
432 void index::applyForEachSymbolRole(SymbolRoleSet Roles, argument
440 void index::printSymbolRoles(SymbolRoleSet Roles, raw_ostream &OS) { argument
H A DIndexingContext.cpp143 SymbolRoleSet Roles = (unsigned)SymbolRole::Declaration; local
52 handleDecl(const Decl *D, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations) argument
58 handleDecl(const Decl *D, SourceLocation Loc, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations, const DeclContext *DC) argument
74 handleReference(const NamedDecl *D, SourceLocation Loc, const NamedDecl *Parent, const DeclContext *DC, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations, const Expr *RefE, const Decl *RefD) argument
304 shouldReportOccurrenceForSystemDeclOnlyMode( bool IsRef, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations) argument
351 handleDeclOccurrence(const Decl *D, SourceLocation Loc, bool IsRef, const Decl *Parent, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations, const Expr *OrigE, const Decl *OrigD, const DeclContext *ContainerDC) argument
451 SymbolRoleSet Roles = (unsigned)SymbolRole::Definition; local
458 SymbolRoleSet Roles = (unsigned)SymbolRole::Undefinition; local
465 SymbolRoleSet Roles = (unsigned)SymbolRole::Reference; local
[all...]
H A DIndexBody.cpp127 addCallRole(SymbolRoleSet &Roles, SmallVectorImpl<SymbolRelation> &Relations) argument
138 SymbolRoleSet Roles = getRolesForRef(E, Relations); local
148 SymbolRoleSet Roles = getRolesForRef(E, Relations); local
180 SymbolRoleSet Roles = getRolesForRef(E, Relations); local
211 SymbolRoleSet Roles = getRolesForRef(E, Relations); local
294 SymbolRoleSet Roles = getRolesForRef(E, Relations); local
304 SymbolRoleSet Roles = getRolesForRef(E, Relations); local
[all...]
H A DIndexDecl.cpp158 SymbolRoleSet Roles = (SymbolRoleSet)SymbolRole::Dynamic; local
522 SymbolRoleSet Roles = 0; local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Index/
H A DDeclOccurrence.h23 SymbolRoleSet Roles; member in struct:clang::index::DeclOccurrence
H A DIndexDataConsumer.h42 virtual bool handleDeclOccurrence(const Decl *D, SymbolRoleSet Roles, argument
49 handleMacroOccurrence(const IdentifierInfo *Name, const MacroInfo *MI, SymbolRoleSet Roles, SourceLocation Loc) argument
60 handleModuleOccurrence(const ImportDecl *ImportD, const Module *Mod, SymbolRoleSet Roles, SourceLocation Loc) argument
H A DIndexSymbol.h131 SymbolRoleSet Roles; member in struct:clang::index::SymbolRelation
134 SymbolRelation(SymbolRoleSet Roles, const Decl *Sym) argument

Completed in 113 milliseconds