Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DParentMapContext.h128 inline DynTypedNodeList ParentMapContext::getParents(const NodeT &Node) { in getParents() function
133 inline DynTypedNodeList ASTContext::getParents(const NodeT &Node) { in getParents() function
138 inline DynTypedNodeList ASTContext::getParents(const DynTypedNode &Node) { in getParents() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DASTSelection.h101 ArrayRef<SelectedASTNode::ReferenceType> getParents() { return Parents; } in getParents() function
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DParentMapContext.cpp126 DynTypedNodeList getParents(TraversalKind TK, const DynTypedNode &Node) { in getParents() function in ParentMapContext::ParentMap
452 DynTypedNodeList ParentMapContext::getParents(const DynTypedNode &Node) { in getParents() function in ParentMapContext
/netbsd/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp56 const std::vector<Record*> &getParents(const Record *Group) { in getParents() function in __anon1abaebbd0111::DiagGroupParentMap