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.cpp153 auto ParentList = in getParents() local
155 if (ParentList.size() > 0 && TK == TK_IgnoreUnlessSpelledInSource) { in getParents()
165 auto RewrittenBinOpParentsList = ParentList; in getParents()
185 const auto *ParentExpr = ParentList[0].get<Expr>(); in getParents()
191 matchParents<DeclStmt, CXXForRangeStmt>(ParentList, this); in getParents()
200 ParentList, this); in getParents()
209 matchParents<CXXMethodDecl, CXXRecordDecl, LambdaExpr>(ParentList, in getParents()
217 ParentList, this); in getParents()
222 return ParentList; in getParents()