Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A 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
/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DASTSelection.h102 ArrayRef<SelectedASTNode::ReferenceType> getParents() { return Parents; } in getParents() function
/llvm-project/clang/lib/AST/
H A DParentMapContext.cpp145 DynTypedNodeList getParents(TraversalKind TK, const DynTypedNode &Node) { in getParents() function in ParentMapContext::ParentMap
478 DynTypedNodeList ParentMapContext::getParents(const DynTypedNode &Node) { in getParents() function in ParentMapContext
/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp56 const std::vector<Record*> &getParents(const Record *Group) { getParents() function in __anon4a7b64cf0111::DiagGroupParentMap