Home
last modified time | relevance | path

Searched refs:ParentList (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DParentMapContext.cpp147 auto ParentList = in getParents() local
149 if (ParentList.size() > 0 && TK == TK_IgnoreUnlessSpelledInSource) { in getParents()
159 auto RewrittenBinOpParentsList = ParentList; in getParents()
179 const auto *ParentExpr = ParentList[0].get<Expr>(); in getParents()
185 matchParents<DeclStmt, CXXForRangeStmt>(ParentList, this); in getParents()
194 ParentList, this); in getParents()
203 matchParents<CXXMethodDecl, CXXRecordDecl, LambdaExpr>(ParentList, in getParents()
211 ParentList, this); in getParents()
216 return ParentList; in getParents()