Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7015 using AstTypeMatcher = internal::VariadicDynCastAllOfMatcher<Type, NodeType>; variable
7029 extern const AstTypeMatcher<BuiltinType> builtinType;
7041 extern const AstTypeMatcher<ArrayType> arrayType;
7051 extern const AstTypeMatcher<ComplexType> complexType;
7095 extern const AstTypeMatcher<ConstantArrayType> constantArrayType;
7130 extern const AstTypeMatcher<DependentSizedArrayType> dependentSizedArrayType;
7144 extern const AstTypeMatcher<DependentSizedExtVectorType>
7157 extern const AstTypeMatcher<IncompleteArrayType> incompleteArrayType;
7172 extern const AstTypeMatcher<VariableArrayType> variableArrayType;
7199 extern const AstTypeMatcher<AtomicType> atomicType;
[all …]