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.cpp190 auto AncestorNodes = in getParents() local
192 if (std::get<bool>(AncestorNodes) && in getParents()
193 std::get<const CXXForRangeStmt *>(AncestorNodes) in getParents()
195 std::get<const DeclStmt *>(AncestorNodes)) in getParents()
196 return std::get<DynTypedNodeList>(AncestorNodes); in getParents()
199 auto AncestorNodes = matchParents<VarDecl, DeclStmt, CXXForRangeStmt>( in getParents() local
201 if (std::get<bool>(AncestorNodes) && in getParents()
202 std::get<const CXXForRangeStmt *>(AncestorNodes) in getParents()
204 std::get<const DeclStmt *>(AncestorNodes)) in getParents()
205 return std::get<DynTypedNodeList>(AncestorNodes); in getParents()
[all …]