Home
last modified time | relevance | path

Searched defs:ClassType (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclarationName.cpp119 static void printCXXConstructorDestructorName(QualType ClassType, in printCXXConstructorDestructorName()
H A DDeclCXX.cpp1880 QualType ClassType = Context.getTypeDeclType(this); in getDestructor() local
2394 QualType ClassType in isCopyAssignmentOperator() local
2415 QualType ClassType in isMoveAssignmentOperator() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h175 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, in MemberFunctionRecord()
195 TypeIndex ClassType; variable
220 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord()
229 TypeIndex ClassType; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp399 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram() local
1943 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1097 void setConstructorName(ParsedType ClassType, in setConstructorName()
1121 ParsedType ClassType, in setDestructorName()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c596 value Builder, LLVMMetadataRef PointeeType, LLVMMetadataRef ClassType, in llvm_dibuild_create_member_pointer_type_native()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3410 const RecordType *ClassType = cast<RecordType>(MemberPointerTy->getClass()); in ContainsIncompleteClassType() local
4129 const RecordType *ClassType = cast<RecordType>(Ty->getClass()); in BuildPointerToMemberTypeInfo() local
H A DCGDebugInfo.cpp3022 llvm::DIType *ClassType = getOrCreateType(QualType(Ty->getClass(), 0), U); in CreateType() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h583 const Node *ClassType; variable
3643 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp1743 const Type *ClassType in IsStandardConversion() local
5296 QualType ClassType = S.Context.getTypeDeclType(ActingContext); in TryObjectArgumentInitialization() local
6356 QualType ClassType = Context.getTypeDeclType(Constructor->getParent()); in AddOverloadCandidate() local
15062 QualType ClassType in FixOverloadedFunctionReference() local
H A DSemaDeclCXX.cpp10706 QualType ClassType in ActOnConversionDeclarator() local
13037 CanQualType ClassType in DeclareImplicitDefaultConstructor() local
13316 CanQualType ClassType in DeclareImplicitDestructor() local
14652 QualType ClassType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitCopyConstructor() local
14789 QualType ClassType = Context.getTypeDeclType(ClassDecl); in DeclareImplicitMoveConstructor() local
H A DSemaExprCXX.cpp1062 QualType ClassType = ThisTy->getPointeeType(); in adjustCVQualifiersForCXXThisWithinLambda() local
3824 QualType ClassType = dtor->getThisType()->getPointeeType(); in CheckVirtualDtorCall() local
H A DSemaExprObjC.cpp2644 const ObjCObjectType *ClassType = ReceiverType->getAs<ObjCObjectType>(); in BuildClassMessage() local
H A DSemaTemplate.cpp7517 QualType ClassType in BuildExpressionFromDeclTemplateArgument() local
H A DSemaDeclAttr.cpp955 const CXXRecordDecl *ClassType; member in __anoncb8837d30311::ArgumentDependenceChecker
H A DSemaDecl.cpp10947 QualType ClassType = Context.getTypeDeclType(Record); in CheckFunctionDeclaration() local
H A DTreeTransform.h14119 QualType ClassType, in RebuildMemberPointerType()
H A DSemaOpenMP.cpp6929 const Type *ClassType = in checkOpenMPDeclareVariantFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp1299 LLVMMetadataRef ClassType, in LLVMDIBuilderCreateMemberPointerType()