Home
last modified time | relevance | path

Searched refs:recordType (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/XRay/
H A DRecordPrinter.cpp81 switch (R.recordType()) { in visit()
H A DFDRTraceExpander.cpp114 CurrentRecord.Type = R.recordType(); in visit()
H A DFDRTraceWriter.cpp142 TypeRecordFuncId |= static_cast<uint32_t>(R.recordType()); in visit()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp817 if (auto recordType = dyn_cast<RecordType>(type)) { in classifyType() local
818 auto record = recordType->getDecl(); in classifyType()
825 lowering.addTypedData(recordType->getDecl(), CharUnits::Zero(), layout); in classifyType()
H A DCGBlocks.cpp389 const RecordType *recordType = in isSafeForCXXConstantCapture() local
393 if (!recordType) return true; in isSafeForCXXConstantCapture()
395 const auto *record = cast<CXXRecordDecl>(recordType->getDecl()); in isSafeForCXXConstantCapture()
H A DCGObjC.cpp997 if (const RecordType *recordType = ivarType->getAs<RecordType>()) in PropertyImplStrategy() local
998 HasStrong = recordType->getDecl()->hasObjectMember(); in PropertyImplStrategy()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp124 Twine DecodeRecordType(uint16_t recordType) { in DecodeRecordType()
125 switch (recordType) { in DecodeRecordType()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp212 recordType(hasDeclaration( in checkASTCodeBody()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecords.h388 RecordTypes recordType() const { return Kind; } in recordType() function
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp511 REGISTER_MATCHER(recordType); in RegistryMaps()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1044 const AstTypeMatcher<RecordType> recordType; variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6847 extern const AstTypeMatcher<RecordType> recordType;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp4136 if (auto recordType = type->getAs<RecordType>()) { in classifyPointerDeclarator() local
4137 RecordDecl *recordDecl = recordType->getDecl(); in classifyPointerDeclarator()
H A DSemaDeclCXX.cpp16196 if (const RecordType *recordType = ExDeclType->getAs<RecordType>()) { in BuildExceptionDeclaration() local
16233 FinalizeVarWithDestructor(ExDecl, recordType); in BuildExceptionDeclaration()
H A DSemaDecl.cpp13297 if (const RecordType *recordType = baseType->getAs<RecordType>()) in CheckCompleteVariableDeclaration() local
13298 FinalizeVarWithDestructor(var, recordType); in CheckCompleteVariableDeclaration()