Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecords.h388 RecordTypes recordType() const { return Kind; } in recordType() function
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp813 if (auto recordType = dyn_cast<RecordType>(type)) { in classifyType() local
H A DCGBlocks.cpp414 const RecordType *recordType = isSafeForCXXConstantCapture() local
H A DCGObjC.cpp998 if (const RecordType *recordType = ivarType->getAs<RecordType>()) PropertyImplStrategy() local
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1073 const AstTypeMatcher<RecordType> recordType; variable
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4389 if (auto recordType = type->getAs<RecordType>()) { classifyPointerDeclarator() local
H A DSemaDecl.cpp14659 if (const RecordType *recordType = baseType->getAs<RecordType>()) CheckCompleteVariableDeclaration() local
H A DSemaDeclCXX.cpp16973 if (const RecordType *recordType = ExDeclType->getAs<RecordType>()) { BuildExceptionDeclaration() local