Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp812 if (auto recordType = dyn_cast<RecordType>(type)) { in classifyType() local
813 auto record = recordType->getDecl(); in classifyType()
820 lowering.addTypedData(recordType->getDecl(), CharUnits::Zero(), layout); in classifyType()
H A DCGBlocks.cpp439 const RecordType *recordType = in isSafeForCXXConstantCapture() local
443 if (!recordType) return true; in isSafeForCXXConstantCapture()
445 const auto *record = cast<CXXRecordDecl>(recordType->getDecl()); in isSafeForCXXConstantCapture()
H A DCGObjC.cpp1001 if (const RecordType *recordType = ivarType->getAs<RecordType>()) in PropertyImplStrategy() local
1002 HasStrong = recordType->getDecl()->hasObjectMember(); in PropertyImplStrategy()
/openbsd/gnu/llvm/clang/lib/Tooling/Transformer/
H A DSourceCodeBuilders.cpp68 recordType(hasDeclaration(cxxRecordDecl(hasAnyName( in isKnownPointerLikeType()
/openbsd/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp124 Twine DecodeRecordType(uint16_t recordType) { in DecodeRecordType()
125 switch (recordType) { in DecodeRecordType()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp210 recordType(hasDeclaration( in checkASTCodeBody()
/openbsd/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp54 recordType(hasDeclaration(optionalClass()))); in optionalOrAliasType()
96 recordType(hasDeclaration(anyOf(nulloptTypeDecl(), optionalClass()))))); in hasAnyOptionalType()
/openbsd/gnu/llvm/llvm/include/llvm/XRay/
H A DFDRRecords.h388 RecordTypes recordType() const { return Kind; } in recordType() function
/openbsd/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp534 REGISTER_MATCHER(recordType); in RegistryMaps()
/openbsd/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1061 const AstTypeMatcher<RecordType> recordType; variable
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7223 extern const AstTypeMatcher<RecordType> recordType;
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp4284 if (auto recordType = type->getAs<RecordType>()) { in classifyPointerDeclarator() local
4285 RecordDecl *recordDecl = recordType->getDecl(); in classifyPointerDeclarator()
H A DSemaDeclCXX.cpp16516 if (const RecordType *recordType = ExDeclType->getAs<RecordType>()) { in BuildExceptionDeclaration() local
16553 FinalizeVarWithDestructor(ExDecl, recordType); in BuildExceptionDeclaration()
H A DSemaDecl.cpp14178 if (const RecordType *recordType = baseType->getAs<RecordType>()) in CheckCompleteVariableDeclaration() local
14179 FinalizeVarWithDestructor(var, recordType); in CheckCompleteVariableDeclaration()