| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypePropagation.cpp | 236 dyn_cast<ObjCObjectType>(MD->getClassInterface()->getTypeForDecl())) in getObjectTypeForAllocAndNew()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGCXXABI.cpp | 136 MD->getParent()->getTypeForDecl())); in EmitMemberPointer()
|
| H A D | CGDebugInfo.cpp | 1908 if (!ED->getTypeForDecl()->isIncompleteType()) { in CreateEnumType() 1909 Size = CGM.getContext().getTypeSize(ED->getTypeForDecl()); in CreateEnumType() 1910 Align = CGM.getContext().getTypeAlign(ED->getTypeForDecl()); in CreateEnumType() 1939 if (!ED->getTypeForDecl()->isIncompleteType()) { in CreateTypeDefinition() 1940 Size = CGM.getContext().getTypeSize(ED->getTypeForDecl()); in CreateTypeDefinition() 1941 Align = CGM.getContext().getTypeAlign(ED->getTypeForDecl()); in CreateTypeDefinition() 2279 getOrCreateType(QualType(PBase->getTypeForDecl(), 0), in CollectContainingType() 2513 QualType(OMethod->getClassInterface()->getTypeForDecl(), 0)); in getOrCreateFunctionType() 3246 assert(isa<EnumType>(ED->getTypeForDecl()) && "Enum without EnumType?"); in EmitGlobalVariable() 3247 Ty = getOrCreateType(QualType(ED->getTypeForDecl(), 0), Unit); in EmitGlobalVariable()
|
| H A D | CodeGenTypes.cpp | 244 if (TypeCache.count(ED->getTypeForDecl())) { in UpdateCompletedType()
|
| H A D | MicrosoftCXXABI.cpp | 628 getContext().getTypeSize(RD->getTypeForDecl()) > 64) in getRecordArgABI()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | DeclTemplate.cpp | 499 return getTypeForDecl()->getAs<TemplateTypeParmType>()->getDepth(); in getDepth() 503 return getTypeForDecl()->getAs<TemplateTypeParmType>()->getIndex(); in getIndex() 507 return getTypeForDecl()->getAs<TemplateTypeParmType>()->isParameterPack(); in isParameterPack()
|
| H A D | DeclBase.cpp | 933 if (const TagType *TagTy = dyn_cast<TagType>(Tag->getTypeForDecl())) { in getPrimaryContext() 939 assert(isa<InjectedClassNameType>(Tag->getTypeForDecl())); in getPrimaryContext()
|
| H A D | Decl.cpp | 3358 if (const Type *T = getTypeForDecl()) { in setTypedefNameForAnonDecl()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | DataRecursiveASTVisitor.h | 1537 if (D->getTypeForDecl()) 1538 TRY_TO(TraverseType(QualType(D->getTypeForDecl(), 0))); 1572 if (D->getTypeForDecl()) 1573 TRY_TO(TraverseType(QualType(D->getTypeForDecl(), 0)));
|
| H A D | RecursiveASTVisitor.h | 1571 if (D->getTypeForDecl()) 1572 TRY_TO(TraverseType(QualType(D->getTypeForDecl(), 0))); 1606 if (D->getTypeForDecl()) 1607 TRY_TO(TraverseType(QualType(D->getTypeForDecl(), 0)));
|
| H A D | DeclTemplate.h | 1784 assert(getTypeForDecl() && "partial specialization has no type set!"); 1785 return cast<InjectedClassNameType>(getTypeForDecl())
|
| H A D | DeclObjC.h | 1363 const Type *getTypeForDecl() const { return TypeForDecl; } in getTypeForDecl() function
|
| H A D | Decl.h | 2465 const Type *getTypeForDecl() const { return TypeForDecl; } in getTypeForDecl() function
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | SValBuilder.cpp | 224 const Type *T = D->getTypeForDecl(); in getCXXThis()
|
| H A D | MemRegion.cpp | 241 return QualType(getDecl()->getTypeForDecl(), 0); in getValueType()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaStmtAsm.cpp | 570 RT = TD->getTypeForDecl()->getAs<RecordType>(); in LookupInlineAsmField()
|
| H A D | SemaCXXScopeSpec.cpp | 756 << QualType(TD->getTypeForDecl(), 0) << getLangOpts().CPlusPlus; in BuildCXXNestedNameSpecifier()
|
| H A D | SemaAccess.cpp | 1858 QualType qType = Class->getTypeForDecl()->getCanonicalTypeInternal(); in IsSimplyAccessible()
|
| H A D | SemaLookup.cpp | 3753 RD->getTypeForDecl()); in buildNestedNameSpecifier()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 1869 assert(D->getTypeForDecl()->isTemplateTypeParmType()); in VisitTemplateTypeParmDecl()
|
| H A D | SemaTemplateDeduction.cpp | 4013 QualType TemplArg = QualType(TemplParam->getTypeForDecl(), 0); in DeduceAutoType()
|
| H A D | SemaType.cpp | 1029 Result = QualType(CorrespondingTemplateParam->getTypeForDecl(), 0); in ConvertDeclSpecToType()
|
| H A D | SemaDeclCXX.cpp | 3115 QualType(ClassDecl->getTypeForDecl(), 0)); in BuildDelegatingInitializer() 3193 if (Context.hasSameUnqualifiedType(QualType(ClassDecl->getTypeForDecl(),0), in BuildBaseInitializer()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 213 Writer.AddTypeRef(QualType(D->getTypeForDecl(), 0), Record); in VisitTypeDecl() 520 Writer.AddTypeRef(QualType(D->getTypeForDecl(), 0), Record); in VisitObjCInterfaceDecl()
|
| H A D | ASTReader.cpp | 5533 if (const Type *Existing = DI->getTypeForDecl()) { in readTypeRecord() 8308 if (const TagType *TagT = dyn_cast<TagType>(TD->getTypeForDecl())) { in finishPendingActions()
|