Home
last modified time | relevance | path

Searched defs:recordType (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenTypes.cpp277 if (const auto *recordType = dyn_cast<RecordType>(type)) in convertType() local
H A DCIRGenFunction.cpp299 if (const RecordType *recordType = in mayDropFunctionReturn() local
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecords.h389 RecordTypes recordType() const { return Kind; } in recordType() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp816 if (auto recordType = dyn_cast<RecordType>(type)) { in classifyType() local
H A DCGBlocks.cpp423 const RecordType *recordType = in isSafeForCXXConstantCapture() local
H A DCGObjC.cpp1002 if (const RecordType *recordType = ivarType->getAs<RecordType>()) in PropertyImplStrategy() local
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1104 const AstTypeMatcher<RecordType> recordType; variable
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRDialect.cpp39 if (auto recordType = dyn_cast<cir::RecordType>(type)) { in getAlias() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3969 if (auto recordType = type->getAs<RecordType>()) { in classifyPointerDeclarator() local
H A DSemaDecl.cpp14853 if (const RecordType *recordType = baseType->getAs<RecordType>()) in CheckCompleteVariableDeclaration() local
H A DSemaDeclCXX.cpp17307 if (const RecordType *recordType = ExDeclType->getAs<RecordType>()) { in BuildExceptionDeclaration() local