Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1035 const AstTypeMatcher<BuiltinType> builtinType;
1036 const AstTypeMatcher<ArrayType> arrayType;
1037 const AstTypeMatcher<ComplexType> complexType;
1044 const AstTypeMatcher<AtomicType> atomicType;
1045 const AstTypeMatcher<AutoType> autoType;
1049 const AstTypeMatcher<ParenType> parenType;
1052 const AstTypeMatcher<PointerType> pointerType;
1058 const AstTypeMatcher<EnumType> enumType;
1061 const AstTypeMatcher<RecordType> recordType;
1062 const AstTypeMatcher<TagType> tagType;
[all …]
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6750 extern const AstTypeMatcher<BuiltinType> builtinType;
6762 extern const AstTypeMatcher<ArrayType> arrayType;
6772 extern const AstTypeMatcher<ComplexType> complexType;
6905 extern const AstTypeMatcher<AtomicType> atomicType;
6931 extern const AstTypeMatcher<AutoType> autoType;
7010 extern const AstTypeMatcher<ParenType> parenType;
7058 extern const AstTypeMatcher<PointerType> pointerType;
7167 extern const AstTypeMatcher<EnumType> enumType;
7223 extern const AstTypeMatcher<RecordType> recordType;
7238 extern const AstTypeMatcher<TagType> tagType;
[all …]