Home
last modified time | relevance | path

Searched refs:RecType (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp59 const RecTy *RecType = nullptr;
160 if (isa<StringRecTy>(Field.RecType)) { in searchableFieldType()
166 } else if (const BitsRecTy *BI = dyn_cast<BitsRecTy>(Field.RecType)) { in searchableFieldType()
180 } else if (isa<BitRecTy>(Field.RecType)) { in searchableFieldType()
187 "' has invalid type: " + Field.RecType->getAsString()); in searchableFieldType()
227 assert(isa<BitsRecTy>(Field.RecType) && "unexpected field type"); in getNumericKey()
240 if (isa<BitsRecTy>(Field.RecType) || isa<IntRecTy>(Field.RecType)) { in compareBy()
286 if (isa<StringRecTy>(Field.RecType)) { in compareBy()
368 if (isa<StringRecTy>(Field.RecType)) in emitLookupFunction()
57 RecTy *RecType = nullptr; global() member
[all...]
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DExceptionSpecAnalyzer.cpp64 const auto *RecType = Base.getType()->getAs<RecordType>(); in analyzeBase() local
65 if (!RecType) in analyzeBase()
68 const auto *BaseClass = cast<CXXRecordDecl>(RecType->getDecl()); in analyzeBase()
/llvm-project/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp141 template <typename RecType, typename... Rest>
142 void writeFieldListImpl(RecType &&Record, Rest &&... Records) { in writeFieldListImpl()
150 template <typename RecType, typename... Rest>
151 void writeTypeRecordsImpl(RecType &&Record, Rest &&... Records) { in writeTypeRecordsImpl()
159 template <typename RecType, typename... Rest>
160 void writeSymbolRecordsImpl(RecType &&Record, Rest &&... Records) { in writeSymbolRecordsImpl()
/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp2369 if (const auto *RecType = dyn_cast<RecordType>(FieldType)) { in getApplicableDiagnostic()
2370 const RecordDecl *RecDecl = RecType->getDecl(); in getApplicableDiagnostic()
2351 if (const auto *RecType = dyn_cast<RecordType>(FieldType)) { findUntaggedStructOrUnionIndex() local
/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1436 const auto *RecType = dyn_cast<RecordRecTy>(ExprType->getType()); in ParseOperation()
1437 if (RecType) { in ParseOperation()
1403 RecordRecTy *RecType = dyn_cast<RecordRecTy>(ExprType->getType()); ParseOperation() local
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2099 PreprocessorRecordTypes RecType; in ReadData()
2101 RecType = (PreprocessorRecordTypes)MaybeRecType.get(); in ReadData()
2106 switch (RecType) { in ReadData()
2127 if (RecType == PP_MACRO_FUNCTION_LIKE) { in ReadData()
1919 PreprocessorRecordTypes RecType; ReadMacroRecord() local