Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecords.h388 RecordTypes recordType() const { return Kind; } in recordType() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp813 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/Sema/
H A DSemaType.cpp3916 if (auto recordType = type->getAs<RecordType>()) { in classifyPointerDeclarator() local
H A DSemaDecl.cpp14468 if (const RecordType *recordType = baseType->getAs<RecordType>()) in CheckCompleteVariableDeclaration() local
H A DSemaDeclCXX.cpp16831 if (const RecordType *recordType = ExDeclType->getAs<RecordType>()) { in BuildExceptionDeclaration() local