Home
last modified time | relevance | path

Searched refs:RDecl (Results 1 – 25 of 80) sorted by relevance

1234

/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DASTContext.cpp6849 S += RDecl->isUnion() ? '(' : '{'; in getObjCEncodingForTypeImpl()
6864 if (!RDecl->isUnion()) { in getObjCEncodingForTypeImpl()
6867 for (const auto *Field : RDecl->fields()) { in getObjCEncodingForTypeImpl()
6890 S += RDecl->isUnion() ? ')' : '}'; in getObjCEncodingForTypeImpl()
7047 assert(RDecl && "Expected non-null RecordDecl"); in getObjCEncodingForStructureImpl()
7049 if (!RDecl->getDefinition() || RDecl->getDefinition()->isInvalidDecl()) in getObjCEncodingForStructureImpl()
7052 const auto *CXXRec = dyn_cast<CXXRecordDecl>(RDecl); in getObjCEncodingForStructureImpl()
7070 for (auto *Field : RDecl->fields()) { in getObjCEncodingForStructureImpl()
7118 if (!RDecl->hasFlexibleArrayMember()) { in getObjCEncodingForStructureImpl()
8271 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); in areCommonBaseCompatible() local
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DASTContext.cpp6790 S += RDecl->isUnion() ? '(' : '{'; in getObjCEncodingForTypeImpl()
6805 if (!RDecl->isUnion()) { in getObjCEncodingForTypeImpl()
6808 for (const auto *Field : RDecl->fields()) { in getObjCEncodingForTypeImpl()
6831 S += RDecl->isUnion() ? ')' : '}'; in getObjCEncodingForTypeImpl()
7020 assert(RDecl && "Expected non-null RecordDecl"); in getObjCEncodingForStructureImpl()
7022 if (!RDecl->getDefinition() || RDecl->getDefinition()->isInvalidDecl()) in getObjCEncodingForStructureImpl()
7025 const auto *CXXRec = dyn_cast<CXXRecordDecl>(RDecl); in getObjCEncodingForStructureImpl()
7043 for (auto *Field : RDecl->fields()) { in getObjCEncodingForStructureImpl()
7091 if (!RDecl->hasFlexibleArrayMember()) { in getObjCEncodingForStructureImpl()
8239 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); in areCommonBaseCompatible() local
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/AST/
H A DASTContext.cpp6693 S += RDecl->isUnion() ? '(' : '{'; in getObjCEncodingForTypeImpl()
6708 if (!RDecl->isUnion()) { in getObjCEncodingForTypeImpl()
6711 for (const auto *Field : RDecl->fields()) { in getObjCEncodingForTypeImpl()
6734 S += RDecl->isUnion() ? ')' : '}'; in getObjCEncodingForTypeImpl()
6923 assert(RDecl && "Expected non-null RecordDecl"); in getObjCEncodingForStructureImpl()
6925 if (!RDecl->getDefinition() || RDecl->getDefinition()->isInvalidDecl()) in getObjCEncodingForStructureImpl()
6928 const auto *CXXRec = dyn_cast<CXXRecordDecl>(RDecl); in getObjCEncodingForStructureImpl()
6946 for (auto *Field : RDecl->fields()) { in getObjCEncodingForStructureImpl()
6994 if (!RDecl->hasFlexibleArrayMember()) { in getObjCEncodingForStructureImpl()
8142 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); in areCommonBaseCompatible() local
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DASTContext.cpp7663 S += RDecl->isUnion() ? '(' : '{'; in getObjCEncodingForTypeImpl()
7678 if (!RDecl->isUnion()) { in getObjCEncodingForTypeImpl()
7681 for (const auto *Field : RDecl->fields()) { in getObjCEncodingForTypeImpl()
7704 S += RDecl->isUnion() ? ')' : '}'; in getObjCEncodingForTypeImpl()
7867 assert(RDecl && "Expected non-null RecordDecl"); in getObjCEncodingForStructureImpl()
7869 if (!RDecl->getDefinition() || RDecl->getDefinition()->isInvalidDecl()) in getObjCEncodingForStructureImpl()
7872 const auto *CXXRec = dyn_cast<CXXRecordDecl>(RDecl); in getObjCEncodingForStructureImpl()
7890 for (FieldDecl *Field : RDecl->fields()) { in getObjCEncodingForStructureImpl()
7940 if (!RDecl->hasFlexibleArrayMember()) { in getObjCEncodingForStructureImpl()
9277 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); in areCommonBaseCompatible() local
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DASTContext.cpp7454 S += RDecl->isUnion() ? '(' : '{'; in getObjCEncodingForTypeImpl()
7469 if (!RDecl->isUnion()) { in getObjCEncodingForTypeImpl()
7472 for (const auto *Field : RDecl->fields()) { in getObjCEncodingForTypeImpl()
7495 S += RDecl->isUnion() ? ')' : '}'; in getObjCEncodingForTypeImpl()
7658 assert(RDecl && "Expected non-null RecordDecl"); in getObjCEncodingForStructureImpl()
7660 if (!RDecl->getDefinition() || RDecl->getDefinition()->isInvalidDecl()) in getObjCEncodingForStructureImpl()
7663 const auto *CXXRec = dyn_cast<CXXRecordDecl>(RDecl); in getObjCEncodingForStructureImpl()
7681 for (FieldDecl *Field : RDecl->fields()) { in getObjCEncodingForStructureImpl()
7731 if (!RDecl->hasFlexibleArrayMember()) { in getObjCEncodingForStructureImpl()
9051 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); in areCommonBaseCompatible() local
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DASTContext.cpp7387 S += RDecl->isUnion() ? '(' : '{'; in getObjCEncodingForTypeImpl()
7402 if (!RDecl->isUnion()) { in getObjCEncodingForTypeImpl()
7405 for (const auto *Field : RDecl->fields()) { in getObjCEncodingForTypeImpl()
7428 S += RDecl->isUnion() ? ')' : '}'; in getObjCEncodingForTypeImpl()
7591 assert(RDecl && "Expected non-null RecordDecl"); in getObjCEncodingForStructureImpl()
7593 if (!RDecl->getDefinition() || RDecl->getDefinition()->isInvalidDecl()) in getObjCEncodingForStructureImpl()
7596 const auto *CXXRec = dyn_cast<CXXRecordDecl>(RDecl); in getObjCEncodingForStructureImpl()
7614 for (auto *Field : RDecl->fields()) { in getObjCEncodingForStructureImpl()
7662 if (!RDecl->hasFlexibleArrayMember()) { in getObjCEncodingForStructureImpl()
8904 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); in areCommonBaseCompatible() local
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DASTContext.cpp7438 S += RDecl->isUnion() ? '(' : '{'; in getObjCEncodingForTypeImpl()
7453 if (!RDecl->isUnion()) { in getObjCEncodingForTypeImpl()
7456 for (const auto *Field : RDecl->fields()) { in getObjCEncodingForTypeImpl()
7479 S += RDecl->isUnion() ? ')' : '}'; in getObjCEncodingForTypeImpl()
7642 assert(RDecl && "Expected non-null RecordDecl"); in getObjCEncodingForStructureImpl()
7644 if (!RDecl->getDefinition() || RDecl->getDefinition()->isInvalidDecl()) in getObjCEncodingForStructureImpl()
7647 const auto *CXXRec = dyn_cast<CXXRecordDecl>(RDecl); in getObjCEncodingForStructureImpl()
7665 for (auto *Field : RDecl->fields()) { in getObjCEncodingForStructureImpl()
7713 if (!RDecl->hasFlexibleArrayMember()) { in getObjCEncodingForStructureImpl()
8984 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); in areCommonBaseCompatible() local
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DASTContext.cpp7108 S += RDecl->isUnion() ? '(' : '{'; in getObjCEncodingForTypeImpl()
7123 if (!RDecl->isUnion()) { in getObjCEncodingForTypeImpl()
7126 for (const auto *Field : RDecl->fields()) { in getObjCEncodingForTypeImpl()
7149 S += RDecl->isUnion() ? ')' : '}'; in getObjCEncodingForTypeImpl()
7306 assert(RDecl && "Expected non-null RecordDecl"); in getObjCEncodingForStructureImpl()
7308 if (!RDecl->getDefinition() || RDecl->getDefinition()->isInvalidDecl()) in getObjCEncodingForStructureImpl()
7311 const auto *CXXRec = dyn_cast<CXXRecordDecl>(RDecl); in getObjCEncodingForStructureImpl()
7329 for (auto *Field : RDecl->fields()) { in getObjCEncodingForStructureImpl()
7377 if (!RDecl->hasFlexibleArrayMember()) { in getObjCEncodingForStructureImpl()
8548 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); in areCommonBaseCompatible() local
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/
H A DASTContext.cpp7580 S += RDecl->isUnion() ? '(' : '{'; in getObjCEncodingForTypeImpl()
7595 if (!RDecl->isUnion()) { in getObjCEncodingForTypeImpl()
7598 for (const auto *Field : RDecl->fields()) { in getObjCEncodingForTypeImpl()
7621 S += RDecl->isUnion() ? ')' : '}'; in getObjCEncodingForTypeImpl()
7784 assert(RDecl && "Expected non-null RecordDecl"); in getObjCEncodingForStructureImpl()
7786 if (!RDecl->getDefinition() || RDecl->getDefinition()->isInvalidDecl()) in getObjCEncodingForStructureImpl()
7789 const auto *CXXRec = dyn_cast<CXXRecordDecl>(RDecl); in getObjCEncodingForStructureImpl()
7807 for (FieldDecl *Field : RDecl->fields()) { in getObjCEncodingForStructureImpl()
7857 if (!RDecl->hasFlexibleArrayMember()) { in getObjCEncodingForStructureImpl()
9194 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); in areCommonBaseCompatible() local
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DASTContext.cpp7580 S += RDecl->isUnion() ? '(' : '{'; in getObjCEncodingForTypeImpl()
7595 if (!RDecl->isUnion()) { in getObjCEncodingForTypeImpl()
7598 for (const auto *Field : RDecl->fields()) { in getObjCEncodingForTypeImpl()
7621 S += RDecl->isUnion() ? ')' : '}'; in getObjCEncodingForTypeImpl()
7784 assert(RDecl && "Expected non-null RecordDecl"); in getObjCEncodingForStructureImpl()
7786 if (!RDecl->getDefinition() || RDecl->getDefinition()->isInvalidDecl()) in getObjCEncodingForStructureImpl()
7789 const auto *CXXRec = dyn_cast<CXXRecordDecl>(RDecl); in getObjCEncodingForStructureImpl()
7807 for (FieldDecl *Field : RDecl->fields()) { in getObjCEncodingForStructureImpl()
7857 if (!RDecl->hasFlexibleArrayMember()) { in getObjCEncodingForStructureImpl()
9194 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); in areCommonBaseCompatible() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DASTContext.cpp7453 S += RDecl->isUnion() ? '(' : '{'; in getObjCEncodingForTypeImpl()
7468 if (!RDecl->isUnion()) { in getObjCEncodingForTypeImpl()
7471 for (const auto *Field : RDecl->fields()) { in getObjCEncodingForTypeImpl()
7494 S += RDecl->isUnion() ? ')' : '}'; in getObjCEncodingForTypeImpl()
7657 assert(RDecl && "Expected non-null RecordDecl"); in getObjCEncodingForStructureImpl()
7659 if (!RDecl->getDefinition() || RDecl->getDefinition()->isInvalidDecl()) in getObjCEncodingForStructureImpl()
7662 const auto *CXXRec = dyn_cast<CXXRecordDecl>(RDecl); in getObjCEncodingForStructureImpl()
7680 for (auto *Field : RDecl->fields()) { in getObjCEncodingForStructureImpl()
7728 if (!RDecl->hasFlexibleArrayMember()) { in getObjCEncodingForStructureImpl()
9003 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); in areCommonBaseCompatible() local
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/
H A DASTContext.cpp7108 S += RDecl->isUnion() ? '(' : '{'; in getObjCEncodingForTypeImpl()
7123 if (!RDecl->isUnion()) { in getObjCEncodingForTypeImpl()
7126 for (const auto *Field : RDecl->fields()) { in getObjCEncodingForTypeImpl()
7149 S += RDecl->isUnion() ? ')' : '}'; in getObjCEncodingForTypeImpl()
7306 assert(RDecl && "Expected non-null RecordDecl"); in getObjCEncodingForStructureImpl()
7308 if (!RDecl->getDefinition() || RDecl->getDefinition()->isInvalidDecl()) in getObjCEncodingForStructureImpl()
7311 const auto *CXXRec = dyn_cast<CXXRecordDecl>(RDecl); in getObjCEncodingForStructureImpl()
7329 for (auto *Field : RDecl->fields()) { in getObjCEncodingForStructureImpl()
7377 if (!RDecl->hasFlexibleArrayMember()) { in getObjCEncodingForStructureImpl()
8548 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); in areCommonBaseCompatible() local
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/AST/
H A DASTContext.cpp7580 S += RDecl->isUnion() ? '(' : '{'; in getObjCEncodingForTypeImpl()
7595 if (!RDecl->isUnion()) { in getObjCEncodingForTypeImpl()
7598 for (const auto *Field : RDecl->fields()) { in getObjCEncodingForTypeImpl()
7621 S += RDecl->isUnion() ? ')' : '}'; in getObjCEncodingForTypeImpl()
7784 assert(RDecl && "Expected non-null RecordDecl"); in getObjCEncodingForStructureImpl()
7786 if (!RDecl->getDefinition() || RDecl->getDefinition()->isInvalidDecl()) in getObjCEncodingForStructureImpl()
7789 const auto *CXXRec = dyn_cast<CXXRecordDecl>(RDecl); in getObjCEncodingForStructureImpl()
7807 for (FieldDecl *Field : RDecl->fields()) { in getObjCEncodingForStructureImpl()
7857 if (!RDecl->hasFlexibleArrayMember()) { in getObjCEncodingForStructureImpl()
9194 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); in areCommonBaseCompatible() local
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/AST/
H A DASTContext.cpp7454 S += RDecl->isUnion() ? '(' : '{'; in getObjCEncodingForTypeImpl()
7469 if (!RDecl->isUnion()) { in getObjCEncodingForTypeImpl()
7472 for (const auto *Field : RDecl->fields()) { in getObjCEncodingForTypeImpl()
7495 S += RDecl->isUnion() ? ')' : '}'; in getObjCEncodingForTypeImpl()
7658 assert(RDecl && "Expected non-null RecordDecl"); in getObjCEncodingForStructureImpl()
7660 if (!RDecl->getDefinition() || RDecl->getDefinition()->isInvalidDecl()) in getObjCEncodingForStructureImpl()
7663 const auto *CXXRec = dyn_cast<CXXRecordDecl>(RDecl); in getObjCEncodingForStructureImpl()
7681 for (FieldDecl *Field : RDecl->fields()) { in getObjCEncodingForStructureImpl()
7731 if (!RDecl->hasFlexibleArrayMember()) { in getObjCEncodingForStructureImpl()
9051 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); in areCommonBaseCompatible() local
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/AST/
H A DASTContext.cpp7580 S += RDecl->isUnion() ? '(' : '{'; in getObjCEncodingForTypeImpl()
7595 if (!RDecl->isUnion()) { in getObjCEncodingForTypeImpl()
7598 for (const auto *Field : RDecl->fields()) { in getObjCEncodingForTypeImpl()
7621 S += RDecl->isUnion() ? ')' : '}'; in getObjCEncodingForTypeImpl()
7784 assert(RDecl && "Expected non-null RecordDecl"); in getObjCEncodingForStructureImpl()
7786 if (!RDecl->getDefinition() || RDecl->getDefinition()->isInvalidDecl()) in getObjCEncodingForStructureImpl()
7789 const auto *CXXRec = dyn_cast<CXXRecordDecl>(RDecl); in getObjCEncodingForStructureImpl()
7807 for (FieldDecl *Field : RDecl->fields()) { in getObjCEncodingForStructureImpl()
7857 if (!RDecl->hasFlexibleArrayMember()) { in getObjCEncodingForStructureImpl()
9194 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); in areCommonBaseCompatible() local
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/AST/
H A DASTContext.cpp7580 S += RDecl->isUnion() ? '(' : '{'; in getObjCEncodingForTypeImpl()
7595 if (!RDecl->isUnion()) { in getObjCEncodingForTypeImpl()
7598 for (const auto *Field : RDecl->fields()) { in getObjCEncodingForTypeImpl()
7621 S += RDecl->isUnion() ? ')' : '}'; in getObjCEncodingForTypeImpl()
7784 assert(RDecl && "Expected non-null RecordDecl"); in getObjCEncodingForStructureImpl()
7786 if (!RDecl->getDefinition() || RDecl->getDefinition()->isInvalidDecl()) in getObjCEncodingForStructureImpl()
7789 const auto *CXXRec = dyn_cast<CXXRecordDecl>(RDecl); in getObjCEncodingForStructureImpl()
7807 for (FieldDecl *Field : RDecl->fields()) { in getObjCEncodingForStructureImpl()
7857 if (!RDecl->hasFlexibleArrayMember()) { in getObjCEncodingForStructureImpl()
9194 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); in areCommonBaseCompatible() local
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaInit.cpp666 const RecordDecl *RDecl = RType->getDecl(); in FillInEmptyInitializations() local
667 if (RDecl->isUnion() && ILE->getInitializedFieldInUnion()) in FillInEmptyInitializations()
670 else if (RDecl->isUnion() && isa<CXXRecordDecl>(RDecl) && in FillInEmptyInitializations()
672 for (auto *Field : RDecl->fields()) { in FillInEmptyInitializations()
684 if (RDecl->hasFlexibleArrayMember()) in FillInEmptyInitializations()
691 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RDecl)) { in FillInEmptyInitializations()
702 for (auto *Field : RDecl->fields()) { in FillInEmptyInitializations()
717 if (RDecl->isUnion()) in FillInEmptyInitializations()
2869 RecordDecl *RDecl = RType->getDecl(); in getStructuredSubobjectInit() local
2870 if (RDecl->isUnion()) in getStructuredSubobjectInit()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaInit.cpp666 const RecordDecl *RDecl = RType->getDecl(); in FillInEmptyInitializations() local
667 if (RDecl->isUnion() && ILE->getInitializedFieldInUnion()) in FillInEmptyInitializations()
670 else if (RDecl->isUnion() && isa<CXXRecordDecl>(RDecl) && in FillInEmptyInitializations()
672 for (auto *Field : RDecl->fields()) { in FillInEmptyInitializations()
684 if (RDecl->hasFlexibleArrayMember()) in FillInEmptyInitializations()
691 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RDecl)) { in FillInEmptyInitializations()
702 for (auto *Field : RDecl->fields()) { in FillInEmptyInitializations()
717 if (RDecl->isUnion()) in FillInEmptyInitializations()
2773 RecordDecl *RDecl = RType->getDecl(); in getStructuredSubobjectInit() local
2774 if (RDecl->isUnion()) in getStructuredSubobjectInit()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaInit.cpp692 const RecordDecl *RDecl = RType->getDecl(); in FillInEmptyInitializations() local
693 if (RDecl->isUnion() && ILE->getInitializedFieldInUnion()) in FillInEmptyInitializations()
696 else if (RDecl->isUnion() && isa<CXXRecordDecl>(RDecl) && in FillInEmptyInitializations()
698 for (auto *Field : RDecl->fields()) { in FillInEmptyInitializations()
710 if (RDecl->hasFlexibleArrayMember()) in FillInEmptyInitializations()
717 if (auto *CXXRD = dyn_cast<CXXRecordDecl>(RDecl)) { in FillInEmptyInitializations()
728 for (auto *Field : RDecl->fields()) { in FillInEmptyInitializations()
743 if (RDecl->isUnion()) in FillInEmptyInitializations()
2915 RecordDecl *RDecl = RType->getDecl(); in getStructuredSubobjectInit() local
2916 if (RDecl->isUnion()) in getStructuredSubobjectInit()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp220 if (const auto *RDecl = dyn_cast<RecordDecl>(Context)) in getContextDescriptor() local
221 if (!RDecl->isDependentType()) in getContextDescriptor()
222 return getOrCreateType(CGM.getContext().getTypeDeclType(RDecl), in getContextDescriptor()
3022 else if (const RecordDecl *RDecl = in collectFunctionDeclProps() local
3024 llvm::DIScope *Mod = getParentModuleOrNull(RDecl); in collectFunctionDeclProps()
3025 FDContext = getContextDescriptor(RDecl, Mod ? Mod : TheCU); in collectFunctionDeclProps()
3927 else if (auto *RDecl = dyn_cast<CXXRecordDecl>(blockDecl->getParent())) in EmitDeclareOfBlockLiteralArgVariable() local
3928 type = QualType(RDecl->getTypeForDecl(), 0); in EmitDeclareOfBlockLiteralArgVariable()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp220 if (const auto *RDecl = dyn_cast<RecordDecl>(Context)) in getContextDescriptor() local
221 if (!RDecl->isDependentType()) in getContextDescriptor()
222 return getOrCreateType(CGM.getContext().getTypeDeclType(RDecl), in getContextDescriptor()
3221 else if (const RecordDecl *RDecl = in collectFunctionDeclProps() local
3223 llvm::DIScope *Mod = getParentModuleOrNull(RDecl); in collectFunctionDeclProps()
3224 FDContext = getContextDescriptor(RDecl, Mod ? Mod : TheCU); in collectFunctionDeclProps()
4246 else if (auto *RDecl = dyn_cast<CXXRecordDecl>(blockDecl->getParent())) in EmitDeclareOfBlockLiteralArgVariable() local
4247 type = QualType(RDecl->getTypeForDecl(), 0); in EmitDeclareOfBlockLiteralArgVariable()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp221 if (const auto *RDecl = dyn_cast<RecordDecl>(Context)) in getContextDescriptor() local
222 if (!RDecl->isDependentType()) in getContextDescriptor()
223 return getOrCreateType(CGM.getContext().getTypeDeclType(RDecl), in getContextDescriptor()
3295 else if (const RecordDecl *RDecl = in collectFunctionDeclProps() local
3297 llvm::DIScope *Mod = getParentModuleOrNull(RDecl); in collectFunctionDeclProps()
3298 FDContext = getContextDescriptor(RDecl, Mod ? Mod : TheCU); in collectFunctionDeclProps()
4343 else if (auto *RDecl = dyn_cast<CXXRecordDecl>(blockDecl->getParent())) in EmitDeclareOfBlockLiteralArgVariable() local
4344 type = QualType(RDecl->getTypeForDecl(), 0); in EmitDeclareOfBlockLiteralArgVariable()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp221 if (const auto *RDecl = dyn_cast<RecordDecl>(Context)) in getContextDescriptor() local
222 if (!RDecl->isDependentType()) in getContextDescriptor()
223 return getOrCreateType(CGM.getContext().getTypeDeclType(RDecl), in getContextDescriptor()
3295 else if (const RecordDecl *RDecl = in collectFunctionDeclProps() local
3297 llvm::DIScope *Mod = getParentModuleOrNull(RDecl); in collectFunctionDeclProps()
3298 FDContext = getContextDescriptor(RDecl, Mod ? Mod : TheCU); in collectFunctionDeclProps()
4343 else if (auto *RDecl = dyn_cast<CXXRecordDecl>(blockDecl->getParent())) in EmitDeclareOfBlockLiteralArgVariable() local
4344 type = QualType(RDecl->getTypeForDecl(), 0); in EmitDeclareOfBlockLiteralArgVariable()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp220 if (const auto *RDecl = dyn_cast<RecordDecl>(Context)) in getContextDescriptor() local
221 if (!RDecl->isDependentType()) in getContextDescriptor()
222 return getOrCreateType(CGM.getContext().getTypeDeclType(RDecl), in getContextDescriptor()
3121 else if (const RecordDecl *RDecl = in collectFunctionDeclProps() local
3123 llvm::DIScope *Mod = getParentModuleOrNull(RDecl); in collectFunctionDeclProps()
3124 FDContext = getContextDescriptor(RDecl, Mod ? Mod : TheCU); in collectFunctionDeclProps()
4059 else if (auto *RDecl = dyn_cast<CXXRecordDecl>(blockDecl->getParent())) in EmitDeclareOfBlockLiteralArgVariable() local
4060 type = QualType(RDecl->getTypeForDecl(), 0); in EmitDeclareOfBlockLiteralArgVariable()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGDebugInfo.cpp223 if (const auto *RDecl = dyn_cast<RecordDecl>(Context)) in getContextDescriptor() local
224 if (!RDecl->isDependentType()) in getContextDescriptor()
225 return getOrCreateType(CGM.getContext().getTypeDeclType(RDecl), in getContextDescriptor()
3636 else if (const RecordDecl *RDecl = in collectFunctionDeclProps() local
3638 llvm::DIScope *Mod = getParentModuleOrNull(RDecl); in collectFunctionDeclProps()
3639 FDContext = getContextDescriptor(RDecl, Mod ? Mod : TheCU); in collectFunctionDeclProps()
4753 else if (auto *RDecl = dyn_cast<CXXRecordDecl>(blockDecl->getParent())) in EmitDeclareOfBlockLiteralArgVariable() local
4754 type = QualType(RDecl->getTypeForDecl(), 0); in EmitDeclareOfBlockLiteralArgVariable()

1234