Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DParentMapContext.cpp184 auto AncestorNodes = in getParents() local
186 if (std::get<bool>(AncestorNodes) && in getParents()
187 std::get<const CXXForRangeStmt *>(AncestorNodes) in getParents()
189 std::get<const DeclStmt *>(AncestorNodes)) in getParents()
190 return std::get<DynTypedNodeList>(AncestorNodes); in getParents()
193 auto AncestorNodes = matchParents<VarDecl, DeclStmt, CXXForRangeStmt>( in getParents() local
195 if (std::get<bool>(AncestorNodes) && in getParents()
196 std::get<const CXXForRangeStmt *>(AncestorNodes) in getParents()
198 std::get<const DeclStmt *>(AncestorNodes)) in getParents()
199 return std::get<DynTypedNodeList>(AncestorNodes); in getParents()
[all …]