Lines Matching defs:Relations
164 DeclRelationSet Relations,
180 [&](auto &Entry) { return !(Entry.second & ~Relations); });
190 getDeclAtPosition(ParsedAST &AST, SourceLocation Pos, DeclRelationSet Relations,
194 getDeclAtPositionWithRelations(AST, Pos, Relations, NodeKind))
406 DeclRelationSet Relations =
409 getDeclAtPositionWithRelations(AST, CurLoc, Relations, &NodeKind);
896 llvm::ArrayRef<index::SymbolRelation> Relations,
1230 DeclRelationSet Relations =
1233 targetDecl(N->ASTNode, Relations, AST.getHeuristicResolver());
1273 DeclRelationSet Relations =
1277 for (const NamedDecl *ND : getDeclAtPosition(AST, *CurLoc, Relations)) {
1410 DeclRelationSet Relations =
1413 getDeclAtPosition(AST, *CurLoc, Relations);
1592 DeclRelationSet Relations = DeclRelation::TemplatePattern |
1594 for (const NamedDecl *D : getDeclAtPosition(AST, *CurLoc, Relations)) {