Home
last modified time | relevance | path

Searched defs:getParents (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DParentMapContext.h126 inline DynTypedNodeList ParentMapContext::getParents(const NodeT &Node) { in getParents() function
131 inline DynTypedNodeList ASTContext::getParents(const NodeT &Node) { in getParents() function
136 inline DynTypedNodeList ASTContext::getParents(const DynTypedNode &Node) { in getParents() function
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Refactoring/
DASTSelection.h102 ArrayRef<SelectedASTNode::ReferenceType> getParents() { return Parents; } in getParents() function
/openbsd/src/gnu/llvm/clang/lib/AST/
DParentMapContext.cpp126 DynTypedNodeList getParents(TraversalKind TK, const DynTypedNode &Node) { in getParents() function in ParentMapContext::ParentMap
459 DynTypedNodeList ParentMapContext::getParents(const DynTypedNode &Node) { in getParents() function in ParentMapContext
/openbsd/src/gnu/llvm/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp56 const std::vector<Record*> &getParents(const Record *Group) { in getParents() function in __anon4d3b0b780111::DiagGroupParentMap