Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/
HDASTMatchersInternal.cpp863 const AstTypeMatcher<BuiltinType> builtinType;
864 const AstTypeMatcher<ArrayType> arrayType;
865 const AstTypeMatcher<ComplexType> complexType;
866 const AstTypeMatcher<ConstantArrayType> constantArrayType;
867 const AstTypeMatcher<DependentSizedArrayType> dependentSizedArrayType;
868 const AstTypeMatcher<IncompleteArrayType> incompleteArrayType;
869 const AstTypeMatcher<VariableArrayType> variableArrayType;
870 const AstTypeMatcher<AtomicType> atomicType;
871 const AstTypeMatcher<AutoType> autoType;
872 const AstTypeMatcher<DecltypeType> decltypeType;
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h5537 using AstTypeMatcher = internal::VariadicDynCastAllOfMatcher<Type, NodeType>; variable
5551 extern const AstTypeMatcher<BuiltinType> builtinType;
5563 extern const AstTypeMatcher<ArrayType> arrayType;
5573 extern const AstTypeMatcher<ComplexType> complexType;
5617 extern const AstTypeMatcher<ConstantArrayType> constantArrayType;
5652 extern const AstTypeMatcher<DependentSizedArrayType> dependentSizedArrayType;
5664 extern const AstTypeMatcher<IncompleteArrayType> incompleteArrayType;
5679 extern const AstTypeMatcher<VariableArrayType> variableArrayType;
5706 extern const AstTypeMatcher<AtomicType> atomicType;
5732 extern const AstTypeMatcher<AutoType> autoType;
[all …]