Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1018 const AstTypeMatcher<BuiltinType> builtinType;
1019 const AstTypeMatcher<ArrayType> arrayType;
1020 const AstTypeMatcher<ComplexType> complexType;
1027 const AstTypeMatcher<AtomicType> atomicType;
1028 const AstTypeMatcher<AutoType> autoType;
1032 const AstTypeMatcher<ParenType> parenType;
1035 const AstTypeMatcher<PointerType> pointerType;
1040 const AstTypeMatcher<TypedefType> typedefType;
1041 const AstTypeMatcher<EnumType> enumType;
1044 const AstTypeMatcher<RecordType> recordType;
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6375 extern const AstTypeMatcher<BuiltinType> builtinType;
6387 extern const AstTypeMatcher<ArrayType> arrayType;
6397 extern const AstTypeMatcher<ComplexType> complexType;
6530 extern const AstTypeMatcher<AtomicType> atomicType;
6556 extern const AstTypeMatcher<AutoType> autoType;
6634 extern const AstTypeMatcher<ParenType> parenType;
6682 extern const AstTypeMatcher<PointerType> pointerType;
6776 extern const AstTypeMatcher<TypedefType> typedefType;
6791 extern const AstTypeMatcher<EnumType> enumType;
6847 extern const AstTypeMatcher<RecordType> recordType;
[all …]