/external/clang/lib/StaticAnalyzer/Checkers/ |
D | PaddingChecker.cpp | 144 if (CXXRD->getTypeForDecl()->isDependentType()) in shouldSkipDecl() 146 if (CXXRD->getTypeForDecl()->isInstantiationDependentType()) in shouldSkipDecl() 284 Os << QualType::getAsString(RD->getTypeForDecl(), Qualifiers()) << "'"; in reportRecord()
|
D | DynamicTypePropagation.cpp | 335 dyn_cast<ObjCObjectType>(MD->getClassInterface()->getTypeForDecl())) in getObjectTypeForAllocAndNew()
|
/external/clang/lib/AST/ |
D | DeclTemplate.cpp | 524 return getTypeForDecl()->getAs<TemplateTypeParmType>()->getDepth(); in getDepth() 528 return getTypeForDecl()->getAs<TemplateTypeParmType>()->getIndex(); in getIndex() 532 return getTypeForDecl()->getAs<TemplateTypeParmType>()->isParameterPack(); in isParameterPack() 1206 C.getTrivialTypeSourceInfo(QualType(T->getTypeForDecl(), 0)); in createMakeIntegerSeqParameterList() 1231 QualType(TemplateTypeParm->getTypeForDecl(), 0)); in createMakeIntegerSeqParameterList()
|
D | DeclBase.cpp | 993 if (const TagType *TagTy = dyn_cast<TagType>(Tag->getTypeForDecl())) { in getPrimaryContext() 999 assert(isa<InjectedClassNameType>(Tag->getTypeForDecl())); in getPrimaryContext()
|
/external/clang/lib/CodeGen/ |
D | ObjectFilePCHContainerOperations.cpp | 85 QualType QualTy(D->getTypeForDecl(), 0); in VisitObjCInterfaceDecl()
|
D | CGCXXABI.cpp | 139 MD->getType(), MD->getParent()->getTypeForDecl())); in EmitMemberFunctionPointer()
|
D | CGDebugInfo.cpp | 2033 if (!ED->getTypeForDecl()->isIncompleteType()) { in CreateEnumType() 2034 Size = CGM.getContext().getTypeSize(ED->getTypeForDecl()); in CreateEnumType() 2035 Align = CGM.getContext().getTypeAlign(ED->getTypeForDecl()); in CreateEnumType() 2066 if (!ED->getTypeForDecl()->isIncompleteType()) { in CreateTypeDefinition() 2067 Size = CGM.getContext().getTypeSize(ED->getTypeForDecl()); in CreateTypeDefinition() 2068 Align = CGM.getContext().getTypeAlign(ED->getTypeForDecl()); in CreateTypeDefinition() 2390 getOrCreateType(QualType(PBase->getTypeForDecl(), 0), in CollectContainingType() 2624 QualType(OMethod->getClassInterface()->getTypeForDecl(), 0)); in getOrCreateFunctionType() 3378 assert(isa<EnumType>(ED->getTypeForDecl()) && "Enum without EnumType?"); in EmitGlobalVariable() 3379 Ty = getOrCreateType(QualType(ED->getTypeForDecl(), 0), Unit); in EmitGlobalVariable()
|
D | CGVTables.cpp | 935 QualType(E1.first->getTypeForDecl(), 0), O1); in EmitVTableBitSetEntries() 941 QualType(E2.first->getTypeForDecl(), 0), O2); in EmitVTableBitSetEntries()
|
D | CodeGenTypes.cpp | 245 if (TypeCache.count(ED->getTypeForDecl())) { in UpdateCompletedType()
|
D | CGClass.cpp | 2556 CGM.CreateMetadataIdentifierForType(QualType(RD->getTypeForDecl(), 0)); in EmitVTablePtrCheck() 2589 EmitCheckTypeDescriptor(QualType(RD->getTypeForDecl(), 0)), in EmitVTablePtrCheck()
|
D | CodeGenModule.cpp | 526 llvm::Metadata *MD = CreateMetadataIdentifierForType(QualType(RD->getTypeForDecl(), 0)); in DecorateInstructionWithInvariantGroup() 3937 CreateMetadataIdentifierForType(QualType(RD->getTypeForDecl(), 0)); in CreateVTableBitSetEntry()
|
D | MicrosoftCXXABI.cpp | 824 getContext().getTypeSize(RD->getTypeForDecl()) > 64) in getRecordArgABI() 4025 QualType RTTITy = QualType(Class.RD->getTypeForDecl(), 0); in getCatchableTypeArray()
|
/external/clang/include/clang/AST/ |
D | RecursiveASTVisitor.h | 1567 if (D->getTypeForDecl()) 1568 TRY_TO(TraverseType(QualType(D->getTypeForDecl(), 0))); 1602 if (D->getTypeForDecl()) 1603 TRY_TO(TraverseType(QualType(D->getTypeForDecl(), 0)));
|
D | DeclTemplate.h | 1916 assert(getTypeForDecl() && "partial specialization has no type set!"); 1917 return cast<InjectedClassNameType>(getTypeForDecl())
|
D | DeclObjC.h | 1577 const Type *getTypeForDecl() const { return TypeForDecl; } in getTypeForDecl() function
|
/external/lldb/source/DataFormatters/ |
D | NSDictionary.cpp | 54 clang_type.SetClangType(ast, clang::QualType(record_decl->getTypeForDecl(), 0)); in GetLLDBNSPairType()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SValBuilder.cpp | 241 const Type *T = D->getTypeForDecl(); in getCXXThis()
|
D | MemRegion.cpp | 241 return QualType(getDecl()->getTypeForDecl(), 0); in getValueType()
|
/external/clang/lib/Sema/ |
D | SemaStmtAsm.cpp | 644 RT = TD->getTypeForDecl()->getAs<RecordType>(); in LookupInlineAsmField()
|
D | SemaCXXScopeSpec.cpp | 779 << QualType(TD->getTypeForDecl(), 0) << getLangOpts().CPlusPlus; in BuildCXXNestedNameSpecifier()
|
D | SemaAccess.cpp | 1863 QualType qType = Class->getTypeForDecl()->getCanonicalTypeInternal(); in IsSimplyAccessible()
|
/external/lldb/source/Expression/ |
D | ClangExpressionDeclMap.cpp | 929 QualType class_qual_type(class_decl->getTypeForDecl(), 0); in FindExternalVisibleDecls() 1054 const clang::Type *interface_type = self_interface->getTypeForDecl(); in FindExternalVisibleDecls()
|
/external/lldb/source/Symbol/ |
D | ClangASTContext.cpp | 2169 return !tag_decl->getTypeForDecl()->isIncompleteType(); in GetCompleteDecl() 2181 return !objc_interface_decl->getTypeForDecl()->isIncompleteType(); in GetCompleteDecl()
|
/external/lldb/source/Commands/ |
D | CommandObjectMemory.cpp | 529 … clang_ast_type.SetClangType(&tdecl->getASTContext(),(lldb::clang_type_t)tdecl->getTypeForDecl()); in DoExecute()
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 332 Writer.AddTypeRef(QualType(D->getTypeForDecl(), 0), Record); in VisitTypeDecl() 650 Writer.AddTypeRef(QualType(D->getTypeForDecl(), 0), Record); in VisitObjCInterfaceDecl()
|