Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DParentMapContext.h127 inline DynTypedNodeList ParentMapContext::getParents(const NodeT &Node) { in getParents() function
132 inline DynTypedNodeList ASTContext::getParents(const NodeT &Node) { in getParents() function
137 inline DynTypedNodeList ASTContext::getParents(const DynTypedNode &Node) { in getParents() function
/external/llvm-project/clang/include/clang/Tooling/Refactoring/
DASTSelection.h101 ArrayRef<SelectedASTNode::ReferenceType> getParents() { return Parents; } in getParents() function
/external/llvm-project/clang/lib/AST/
DParentMapContext.cpp116 DynTypedNodeList getParents(TraversalKind TK, const DynTypedNode &Node) { in getParents() function in ParentMapContext::ParentMap
328 DynTypedNodeList ParentMapContext::getParents(const DynTypedNode &Node) { in getParents() function in ParentMapContext
/external/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp56 const std::vector<Record*> &getParents(const Record *Group) { in getParents() function in __anon3504dbe50111::DiagGroupParentMap
/external/clang/include/clang/AST/
DASTContext.h547 template <typename NodeT> DynTypedNodeList getParents(const NodeT &Node) { in getParents() function
/external/llvm-project/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp56 const std::vector<Record*> &getParents(const Record *Group) { in getParents() function in __anon268c2c930111::DiagGroupParentMap
/external/clang/lib/AST/
DASTContext.cpp9057 ASTContext::getParents(const ast_type_traits::DynTypedNode &Node) { in getParents() function in ASTContext