Searched refs:getParents (Results 1 - 7 of 7) sorted by relevance

/external/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp56 const std::vector<Record*> &getParents(const Record *Group) { function in class:__anon2832::DiagGroupParentMap
71 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group);
346 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group);
389 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group);
448 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group);
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp645 const auto &Parents = ActiveASTContext->getParents(Node);
674 ActiveASTContext->getParents(Queue.front())) {
/external/clang/include/clang/AST/
H A DASTContext.h468 ArrayRef<ast_type_traits::DynTypedNode> getParents(const NodeT &Node) { function in class:clang::ASTContext
469 return getParents(ast_type_traits::DynTypedNode::create(Node));
473 getParents(const ast_type_traits::DynTypedNode &Node);
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp3873 for (const auto &Parent : Context->getParents(*Node)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/lib/AST/
H A DASTContext.cpp8375 ASTContext::getParents(const ast_type_traits::DynTypedNode &Node) { function in class:ASTContext

Completed in 1122 milliseconds