Home
last modified time | relevance | path

Searched refs:getFromNodeKind (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTTypeTraits.h59 static ASTNodeKind getFromNodeKind() { in getFromNodeKind() function
298 if (ASTNodeKind::getFromNodeKind<QualType>().isSame(NodeKind))
331 if (ASTNodeKind::getFromNodeKind<QualType>().isSame(NodeKind))
334 if (ASTNodeKind::getFromNodeKind<TypeLoc>().isSame(NodeKind))
397 if (ASTNodeKind::getFromNodeKind<T>().isBaseOf(NodeKind))
417 if (ASTNodeKind::getFromNodeKind<T>().isSame(NodeKind))
422 assert(ASTNodeKind::getFromNodeKind<T>().isSame(NodeKind));
428 Result.NodeKind = ASTNodeKind::getFromNodeKind<T>();
437 if (ASTNodeKind::getFromNodeKind<T>().isSame(NodeKind))
442 assert(ASTNodeKind::getFromNodeKind<T>().isSame(NodeKind));
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp624 ASTNodeKind::getFromNodeKind<Decl>(), in getAcceptedCompletionTypes()
625 ASTNodeKind::getFromNodeKind<QualType>(), in getAcceptedCompletionTypes()
626 ASTNodeKind::getFromNodeKind<Type>(), in getAcceptedCompletionTypes()
627 ASTNodeKind::getFromNodeKind<Stmt>(), in getAcceptedCompletionTypes()
628 ASTNodeKind::getFromNodeKind<NestedNameSpecifier>(), in getAcceptedCompletionTypes()
629 ASTNodeKind::getFromNodeKind<NestedNameSpecifierLoc>(), in getAcceptedCompletionTypes()
630 ASTNodeKind::getFromNodeKind<TypeLoc>()}; in getAcceptedCompletionTypes()
H A DMarshallers.h96 return ArgKind::MakeMatcherArg(ASTNodeKind::getFromNodeKind<T>());
459 RetTypes.push_back(ASTNodeKind::getFromNodeKind<typename T::head>());
478 RetTypes.push_back(ASTNodeKind::getFromNodeKind<T>());
485 RetTypes.push_back(ASTNodeKind::getFromNodeKind<T>());
595 DerivedKind(ASTNodeKind::getFromNodeKind<DerivedT>()) {}
1161 ASTNodeKind::getFromNodeKind<CladeType>(),
1162 std::vector<ASTNodeKind>{ASTNodeKind::getFromNodeKind<MatcherT>()...});
/netbsd/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h186 return hasTypedMatcher(ASTNodeKind::getFromNodeKind<T>()); in hasTypedMatcher()
213 return Value->getTypedMatcher(MatcherOps(ASTNodeKind::getFromNodeKind<T>())) in getTypedMatcher()
/netbsd/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h420 : SupportedKind(ASTNodeKind::getFromNodeKind<T>()),
520 return canConvertTo(ASTNodeKind::getFromNodeKind<T>());
589 ASTNodeKind::getFromNodeKind<T>()));
675 return Other.dynCastTo(ASTNodeKind::getFromNodeKind<T>());
681 ASTNodeKind::getFromNodeKind<T>()));
845 if (SourceKind.isSame(ASTNodeKind::getFromNodeKind<Type>())) {
1263 return DynTypedMatcher::trueMatcher(ASTNodeKind::getFromNodeKind<T>())
1359 Op, ASTNodeKind::getFromNodeKind<T>(),
1367 Op, ASTNodeKind::getFromNodeKind<T>(),
1557 ASTNodeKind::getFromNodeKind<T>())
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp487 if (ASTNodeKind::getFromNodeKind<Decl>().isBaseOf(Parents[0].getNodeKind())) in getClosestAncestorDecl()
/netbsd/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp352 auto QualKind = ASTNodeKind::getFromNodeKind<QualType>(); in canConvertTo()
353 auto TypeKind = ASTNodeKind::getFromNodeKind<Type>(); in canConvertTo()