Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1045 const AstTypeMatcher<BuiltinType> builtinType;
1046 const AstTypeMatcher<ArrayType> arrayType;
1047 const AstTypeMatcher<ComplexType> complexType;
1055 const AstTypeMatcher<AtomicType> atomicType;
1056 const AstTypeMatcher<AutoType> autoType;
1060 const AstTypeMatcher<ParenType> parenType;
1064 const AstTypeMatcher<PointerType> pointerType;
1070 const AstTypeMatcher<EnumType> enumType;
1073 const AstTypeMatcher<RecordType> recordType;
1074 const AstTypeMatcher<TagType> tagType;
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6999 extern const AstTypeMatcher<BuiltinType> builtinType;
7011 extern const AstTypeMatcher<ArrayType> arrayType;
7021 extern const AstTypeMatcher<ComplexType> complexType;
7169 extern const AstTypeMatcher<AtomicType> atomicType;
7195 extern const AstTypeMatcher<AutoType> autoType;
7274 extern const AstTypeMatcher<ParenType> parenType;
7322 extern const AstTypeMatcher<PointerType> pointerType;
7443 extern const AstTypeMatcher<EnumType> enumType;
7499 extern const AstTypeMatcher<RecordType> recordType;
7514 extern const AstTypeMatcher<TagType> tagType;
[all …]