Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1076 const AstTypeMatcher<BuiltinType> builtinType;
1077 const AstTypeMatcher<ArrayType> arrayType;
1078 const AstTypeMatcher<ComplexType> complexType;
1079 const AstTypeMatcher<ConstantArrayType> constantArrayType;
1080 const AstTypeMatcher<DeducedTemplateSpecializationType>
1082 const AstTypeMatcher<DependentSizedArrayType> dependentSizedArrayType;
1083 const AstTypeMatcher<DependentSizedExtVectorType> dependentSizedExtVectorType;
1084 const AstTypeMatcher<IncompleteArrayType> incompleteArrayType;
1085 const AstTypeMatcher<VariableArrayType> variableArrayType;
1086 const AstTypeMatcher<AtomicType> atomicType;
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7062 using AstTypeMatcher = internal::VariadicDynCastAllOfMatcher<Type, NodeType>; variable
7076 extern const AstTypeMatcher<BuiltinType> builtinType;
7088 extern const AstTypeMatcher<ArrayType> arrayType;
7098 extern const AstTypeMatcher<ComplexType> complexType;
7142 extern const AstTypeMatcher<ConstantArrayType> constantArrayType;
7177 extern const AstTypeMatcher<DependentSizedArrayType> dependentSizedArrayType;
7191 extern const AstTypeMatcher<DependentSizedExtVectorType>
7204 extern const AstTypeMatcher<IncompleteArrayType> incompleteArrayType;
7219 extern const AstTypeMatcher<VariableArrayType> variableArrayType;
7246 extern const AstTypeMatcher<AtomicType> atomicType;
[all …]