Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp807 const AstTypeMatcher<BuiltinType> builtinType;
808 const AstTypeMatcher<ArrayType> arrayType;
809 const AstTypeMatcher<ComplexType> complexType;
814 const AstTypeMatcher<AtomicType> atomicType;
815 const AstTypeMatcher<AutoType> autoType;
819 const AstTypeMatcher<ParenType> parenType;
822 const AstTypeMatcher<PointerType> pointerType;
827 const AstTypeMatcher<TypedefType> typedefType;
828 const AstTypeMatcher<EnumType> enumType;
831 const AstTypeMatcher<RecordType> recordType;
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5164 extern const AstTypeMatcher<BuiltinType> builtinType;
5176 extern const AstTypeMatcher<ArrayType> arrayType;
5186 extern const AstTypeMatcher<ComplexType> complexType;
5319 extern const AstTypeMatcher<AtomicType> atomicType;
5345 extern const AstTypeMatcher<AutoType> autoType;
5423 extern const AstTypeMatcher<ParenType> parenType;
5471 extern const AstTypeMatcher<PointerType> pointerType;
5565 extern const AstTypeMatcher<TypedefType> typedefType;
5580 extern const AstTypeMatcher<EnumType> enumType;
5621 extern const AstTypeMatcher<RecordType> recordType;
[all …]