Home | History | Annotate | Download | only in Index

Lines Matching refs:Decl

20   class Decl;
61 static bool isFunctionLocalDecl(const Decl *D);
62 static bool isTemplateImplicitInstantiation(const Decl *D);
64 bool handleDecl(const Decl *D, SymbolRoleSet Roles = SymbolRoleSet(),
67 bool handleDecl(const Decl *D, SourceLocation Loc,
78 const Decl *RefD = nullptr);
82 bool indexDecl(const Decl *D);
103 bool indexTopLevelDecl(const Decl *D);
107 bool shouldIgnoreIfImplicit(const Decl *D);
109 bool handleDeclOccurrence(const Decl *D, SourceLocation Loc,
110 bool IsRef, const Decl *Parent,
114 const Decl *RefD,