/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclarationName.cpp | 113 static void printCXXConstructorDestructorName(QualType ClassType, in printCXXConstructorDestructorName()
|
H A D | DeclCXX.cpp | 2016 QualType ClassType = Context.getTypeDeclType(this); in getDestructor() local 2521 QualType ClassType in isCopyAssignmentOperator() local 2542 QualType ClassType in isMoveAssignmentOperator() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 176 MemberFunctionRecord(TypeIndex ReturnType, TypeIndex ClassType, in MemberFunctionRecord() 196 TypeIndex ClassType; variable 221 MemberFuncIdRecord(TypeIndex ClassType, TypeIndex FunctionType, in MemberFuncIdRecord() 230 TypeIndex ClassType; variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 401 TypeIndex ClassType = getTypeIndex(Class); getFuncIdForSubprogram() local 2084 TypeIndex ClassType = getTypeIndex(ClassTy); lowerTypeMemberFunction() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1172 void setConstructorName(ParsedType ClassType, in setConstructorName() 1196 ParsedType ClassType, in setDestructorName()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ItaniumCXXABI.cpp | 3783 const RecordType *ClassType = cast<RecordType>(MemberPointerTy->getClass()); in ContainsIncompleteClassType() local 4511 const RecordType *ClassType = cast<RecordType>(Ty->getClass()); in BuildPointerToMemberTypeInfo() local
|
H A D | CGDebugInfo.cpp | 3440 llvm::DIType *ClassType = getOrCreateType(QualType(Ty->getClass(), 0), U); in CreateType() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 2136 const Type *ClassType in IsStandardConversion() local 5694 QualType ClassType = S.Context.getTypeDeclType(ActingContext); in TryObjectArgumentInitialization() local 6900 QualType ClassType = Context.getTypeDeclType(Constructor->getParent()); in AddOverloadCandidate() local 16169 QualType ClassType in FixOverloadedFunctionReference() local
|
H A D | SemaDeclCXX.cpp | 11191 QualType ClassType in ActOnConversionDeclarator() local 13846 CanQualType ClassType in DeclareImplicitDefaultConstructor() local 14132 CanQualType ClassType in DeclareImplicitDestructor() local 15503 QualType ClassType = Context.getTypeDeclType(ClassDecl); DeclareImplicitCopyConstructor() local 15651 QualType ClassType = Context.getTypeDeclType(ClassDecl); DeclareImplicitMoveConstructor() local [all...] |
H A D | SemaExprCXX.cpp | 1119 QualType ClassType = ThisTy->getPointeeType(); in adjustCVQualifiersForCXXThisWithinLambda() local 4002 QualType ClassType = dtor->getFunctionObjectParameterType(); in CheckVirtualDtorCall() local
|
H A D | SemaExprObjC.cpp | 2652 const ObjCObjectType *ClassType = ReceiverType->getAs<ObjCObjectType>(); in BuildClassMessage() local
|
H A D | SemaDeclAttr.cpp | 729 const CXXRecordDecl *ClassType; member in __anon74a5c0c80311::ArgumentDependenceChecker
|
H A D | SemaTemplate.cpp | 7264 QualType ClassType in BuildExpressionFromDeclTemplateArgument() local
|
H A D | SemaDecl.cpp | 12042 QualType ClassType = Context.getTypeDeclType(Record); in CheckFunctionDeclaration() local
|
H A D | TreeTransform.h | 15989 QualType ClassType, in RebuildMemberPointerType()
|
H A D | SemaOpenMP.cpp | 7431 const Type *ClassType = in checkOpenMPDeclareVariantFunction() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 739 const Node *ClassType; variable 3956 Node *ClassType = getDerived().parseType(); in parsePointerToMemberType() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 1492 LLVMMetadataRef ClassType, in LLVMDIBuilderCreateMemberPointerType()
|