Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DParentMapContext.h21 class DynTypedNodeList; variable
53 template <typename NodeT> DynTypedNodeList getParents(const NodeT &Node);
55 DynTypedNodeList getParents(const DynTypedNode &Node);
92 class DynTypedNodeList {
97 DynTypedNodeList(const DynTypedNode &N) : IsSingleNode(true) { in DynTypedNodeList() function
101 DynTypedNodeList(ArrayRef<DynTypedNode> A) : IsSingleNode(false) { in DynTypedNodeList() function
128 inline DynTypedNodeList ParentMapContext::getParents(const NodeT &Node) { in getParents()
133 inline DynTypedNodeList ASTContext::getParents(const NodeT &Node) { in getParents()
138 inline DynTypedNodeList ASTContext::getParents(const DynTypedNode &Node) { in getParents()
H A DASTContext.h103 class DynTypedNodeList; variable
637 template <typename NodeT> DynTypedNodeList getParents(const NodeT &Node);
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DParentMapContext.cpp53 std::tuple<bool, DynTypedNodeList, const T *, const U *...>
54 matchParents(const DynTypedNodeList &NodeList,
171 return std::get<DynTypedNodeList>(AncestorNodes); in getParents()
180 return std::get<DynTypedNodeList>(AncestorNodes); in getParents()
187 return std::get<DynTypedNodeList>(AncestorNodes); in getParents()
194 return std::get<DynTypedNodeList>(AncestorNodes); in getParents()
280 match(const DynTypedNodeList &NodeList, in match()
301 static std::tuple<bool, DynTypedNodeList, const T *>
302 match(const DynTypedNodeList &NodeList, in match()
315 std::tuple<bool, DynTypedNodeList, const T *, const U *...>
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLocalVarsChecker.cpp40 DynTypedNodeList grandParent = ASTCtx.getParents(*DS); in isDeclaredInForOrIf()
85 for (DynTypedNodeList guardianAncestors = ctx.getParents(*MaybeGuardian); in isGuardedScopeEmbeddedInGuardianScope()
107 for (DynTypedNodeList guardedVarAncestors = ctx.getParents(*Guarded); in isGuardedScopeEmbeddedInGuardianScope()
/netbsd/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp949 DynTypedNodeList Parents{ArrayRef<DynTypedNode>()}; // after loop: size != 1 in matchesAnyAncestorOf()