Searched refs:getFromNodeKind (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DASTTypeTraits.h50 /// Use getFromNodeKind<T>() to construct them.
57 template <class T> static constexpr ASTNodeKind getFromNodeKind() { function in class:clang::ASTNodeKind
166 /// Use getFromNodeKind<T>() to construct the kind.
313 if (ASTNodeKind::getFromNodeKind<QualType>().isSame(NodeKind))
317 if (ASTNodeKind::getFromNodeKind<TypeLoc>().isBaseOf(NodeKind)) {
326 if (ASTNodeKind::getFromNodeKind<NestedNameSpecifierLoc>().isSame(
346 if (ASTNodeKind::getFromNodeKind<QualType>().isSame(NodeKind))
349 if (ASTNodeKind::getFromNodeKind<TypeLoc>().isBaseOf(NodeKind))
352 if (ASTNodeKind::getFromNodeKind<NestedNameSpecifierLoc>().isSame(NodeKind))
378 if (ASTNodeKind::getFromNodeKind<TypeLo
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h186 return hasTypedMatcher(ASTNodeKind::getFromNodeKind<T>());
213 return Value->getTypedMatcher(MatcherOps(ASTNodeKind::getFromNodeKind<T>()))
/openbsd-current/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp649 ASTNodeKind::getFromNodeKind<Decl>(),
650 ASTNodeKind::getFromNodeKind<QualType>(),
651 ASTNodeKind::getFromNodeKind<Type>(),
652 ASTNodeKind::getFromNodeKind<Stmt>(),
653 ASTNodeKind::getFromNodeKind<NestedNameSpecifier>(),
654 ASTNodeKind::getFromNodeKind<NestedNameSpecifierLoc>(),
655 ASTNodeKind::getFromNodeKind<TypeLoc>()};
H A DMarshallers.h95 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>());
596 DerivedKind(ASTNodeKind::getFromNodeKind<DerivedT>()) {}
1161 ASTNodeKind::getFromNodeKind<CladeType>(),
1162 std::vector<ASTNodeKind>{ASTNodeKind::getFromNodeKind<MatcherT>()...});
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DMatchSwitch.h166 DynTypedMatcher::VO_AnyOf, ASTNodeKind::getFromNodeKind<BaseT>(),
/openbsd-current/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h415 : SupportedKind(ASTNodeKind::getFromNodeKind<T>()),
515 return canConvertTo(ASTNodeKind::getFromNodeKind<T>());
584 ASTNodeKind::getFromNodeKind<T>()));
664 return Other.dynCastTo(ASTNodeKind::getFromNodeKind<T>());
670 ASTNodeKind::getFromNodeKind<T>()));
837 if (SourceKind.isSame(ASTNodeKind::getFromNodeKind<Type>())) {
1260 return DynTypedMatcher::trueMatcher(ASTNodeKind::getFromNodeKind<T>())
1285 ASTNodeKind::getFromNodeKind<T>(),
1356 Op, ASTNodeKind::getFromNodeKind<T>(),
1363 Op, ASTNodeKind::getFromNodeKind<
[all...]
/openbsd-current/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp487 if (ASTNodeKind::getFromNodeKind<Decl>().isBaseOf(Parents[0].getNodeKind()))
/openbsd-current/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp353 auto QualKind = ASTNodeKind::getFromNodeKind<QualType>();
354 auto TypeKind = ASTNodeKind::getFromNodeKind<Type>();

Completed in 203 milliseconds