Home
last modified time | relevance | path

Searched refs:getTypeForDecl (Results 151 – 175 of 883) sorted by relevance

12345678910>>...36

/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGCXXABI.cpp105 MD->getType(), MD->getParent()->getTypeForDecl())); in EmitMemberFunctionPointer()
H A DObjectFilePCHContainerOperations.cpp92 QualType QualTy(D->getTypeForDecl(), 0); in VisitObjCInterfaceDecl()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGCXXABI.cpp105 MD->getType(), MD->getParent()->getTypeForDecl())); in EmitMemberFunctionPointer()
H A DObjectFilePCHContainerOperations.cpp92 QualType QualTy(D->getTypeForDecl(), 0); in VisitObjCInterfaceDecl()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DQualTypeNames.cpp366 TD->getTypeForDecl()); in createNestedNameSpecifier()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGCXXABI.cpp111 MD->getType(), MD->getParent()->getTypeForDecl())); in EmitMemberFunctionPointer()
H A DObjectFilePCHContainerOperations.cpp93 QualType QualTy(D->getTypeForDecl(), 0); in isSRetParameterAfterThis()
H A DCGDebugInfo.cpp2635 if (!ED->getTypeForDecl()->isIncompleteType()) { in CreateEnumType()
2636 Size = CGM.getContext().getTypeSize(ED->getTypeForDecl()); in CreateEnumType()
2678 if (!ED->getTypeForDecl()->isIncompleteType()) { in CreateTypeDefinition()
2679 Size = CGM.getContext().getTypeSize(ED->getTypeForDecl()); in CreateTypeDefinition()
3075 getOrCreateType(QualType(PBase->getTypeForDecl(), 0), in CollectContainingType()
3355 QualType(OMethod->getClassInterface()->getTypeForDecl(), 0)); in getOrCreateFunctionType()
3488 QualType QTy(ID->getTypeForDecl(), 0); in EmitFunctionStart()
4060 type = QualType(RDecl->getTypeForDecl(), 0); in EmitDeclareOfBlockLiteralArgVariable()
4226 assert(isa<EnumType>(ED->getTypeForDecl()) && "Enum without EnumType?"); in EmitGlobalVariable()
4227 Ty = getOrCreateType(QualType(ED->getTypeForDecl(), 0), Unit); in EmitGlobalVariable()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/AST/
H A DQualTypeNames.cpp366 TD->getTypeForDecl()); in createNestedNameSpecifier()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGCXXABI.cpp111 MD->getType(), MD->getParent()->getTypeForDecl())); in EmitMemberFunctionPointer()
H A DObjectFilePCHContainerOperations.cpp94 QualType QualTy(D->getTypeForDecl(), 0); in VisitObjCInterfaceDecl()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCGCXXABI.cpp105 MD->getType(), MD->getParent()->getTypeForDecl())); in EmitMemberFunctionPointer()
H A DObjectFilePCHContainerOperations.cpp92 QualType QualTy(D->getTypeForDecl(), 0); in VisitObjCInterfaceDecl()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2793 if (!ED->getTypeForDecl()->isIncompleteType()) { in CreateEnumType()
2794 Size = CGM.getContext().getTypeSize(ED->getTypeForDecl()); in CreateEnumType()
2836 if (!ED->getTypeForDecl()->isIncompleteType()) { in CreateTypeDefinition()
2837 Size = CGM.getContext().getTypeSize(ED->getTypeForDecl()); in CreateTypeDefinition()
3249 getOrCreateType(QualType(PBase->getTypeForDecl(), 0), in CollectContainingType()
3526 QualType QTy(ID->getTypeForDecl(), 0); in getObjCMethodDeclaration()
3565 QualType(OMethod->getClassInterface()->getTypeForDecl(), 0)); in getOrCreateFunctionType()
4344 type = QualType(RDecl->getTypeForDecl(), 0); in EmitDeclareOfBlockLiteralArgVariable()
4535 assert(isa<EnumType>(ED->getTypeForDecl()) && "Enum without EnumType?"); in EmitGlobalVariable()
4549 getOrCreateType(QualType(ED->getTypeForDecl(), 0), Unit); in EmitGlobalVariable()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2793 if (!ED->getTypeForDecl()->isIncompleteType()) { in CreateEnumType()
2794 Size = CGM.getContext().getTypeSize(ED->getTypeForDecl()); in CreateEnumType()
2836 if (!ED->getTypeForDecl()->isIncompleteType()) { in CreateTypeDefinition()
2837 Size = CGM.getContext().getTypeSize(ED->getTypeForDecl()); in CreateTypeDefinition()
3249 getOrCreateType(QualType(PBase->getTypeForDecl(), 0), in CollectContainingType()
3526 QualType QTy(ID->getTypeForDecl(), 0); in getObjCMethodDeclaration()
3565 QualType(OMethod->getClassInterface()->getTypeForDecl(), 0)); in getOrCreateFunctionType()
4344 type = QualType(RDecl->getTypeForDecl(), 0); in EmitDeclareOfBlockLiteralArgVariable()
4535 assert(isa<EnumType>(ED->getTypeForDecl()) && "Enum without EnumType?"); in EmitGlobalVariable()
4549 getOrCreateType(QualType(ED->getTypeForDecl(), 0), Unit); in EmitGlobalVariable()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DQualTypeNames.cpp359 const Type *TypePtr = TD->getTypeForDecl(); in createNestedNameSpecifier()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DQualTypeNames.cpp363 TD->getTypeForDecl()); in createNestedNameSpecifier()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DQualTypeNames.cpp359 const Type *TypePtr = TD->getTypeForDecl(); in createNestedNameSpecifier()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DQualTypeNames.cpp363 TD->getTypeForDecl()); in createNestedNameSpecifier()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DQualTypeNames.cpp363 TD->getTypeForDecl()); in createNestedNameSpecifier()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp59 QualType InterfaceTy{OID->getTypeForDecl(), 0}; in EmitValueForIvarAtOffset()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DQualTypeNames.cpp363 TD->getTypeForDecl()); in createNestedNameSpecifier()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGCXXABI.cpp106 MD->getType(), MD->getParent()->getTypeForDecl())); in EmitMemberFunctionPointer()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DQualTypeNames.cpp363 TD->getTypeForDecl()); in createNestedNameSpecifier()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DQualTypeNames.cpp363 TD->getTypeForDecl()); in createNestedNameSpecifier()

12345678910>>...36