Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/XRay/
H A DFDRRecords.h388 RecordTypes recordType() const { return Kind; } in recordType() function
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp812 if (auto recordType = dyn_cast<RecordType>(type)) { in classifyType() local
H A DCGBlocks.cpp439 const RecordType *recordType = in isSafeForCXXConstantCapture() local
H A DCGObjC.cpp1001 if (const RecordType *recordType = ivarType->getAs<RecordType>()) in PropertyImplStrategy() local
/openbsd/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1061 const AstTypeMatcher<RecordType> recordType; variable
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp4284 if (auto recordType = type->getAs<RecordType>()) { in classifyPointerDeclarator() local
H A DSemaDecl.cpp14178 if (const RecordType *recordType = baseType->getAs<RecordType>()) in CheckCompleteVariableDeclaration() local
H A DSemaDeclCXX.cpp16516 if (const RecordType *recordType = ExDeclType->getAs<RecordType>()) { in BuildExceptionDeclaration() local