Home
last modified time | relevance | path

Searched refs:getParents (Results 1 – 6 of 6) sorted by relevance

/external/clang/utils/TableGen/
DClangDiagnosticsEmitter.cpp56 const std::vector<Record*> &getParents(const Record *Group) { in getParents() function in __anona7e420030111::DiagGroupParentMap
71 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in getCategoryFromDiagGroup()
346 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in isSubGroupOfGroup()
389 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in markGroup()
448 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in compute()
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp636 const auto &Parents = ActiveASTContext->getParents(Node); in memoizedMatchesAncestorOfRecursively()
665 ActiveASTContext->getParents(Queue.front())) { in memoizedMatchesAncestorOfRecursively()
/external/clang/include/clang/AST/
DASTContext.h537 template <typename NodeT> DynTypedNodeList getParents(const NodeT &Node) { in getParents() function
538 return getParents(ast_type_traits::DynTypedNode::create(Node)); in getParents()
541 DynTypedNodeList getParents(const ast_type_traits::DynTypedNode &Node);
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp4131 for (const auto &Parent : Context->getParents(*Node)) { in TEST()
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
Dmootools-core-full-nocompat.js3064 getParents: '!' property
/external/clang/lib/AST/
DASTContext.cpp8866 ASTContext::getParents(const ast_type_traits::DynTypedNode &Node) { in getParents() function in ASTContext