Home
last modified time | relevance | path

Searched refs:isForwardDecl (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp836 if (GenerateDwarfTypeUnits && !Ty->isForwardDecl()) in getOrCreateTypeDIE()
852 if (!Ty->getName().empty() && !Ty->isForwardDecl()) { in updateAcceleratorTables()
976 if (!DTy->isForwardDecl()) in constructTypeDIE()
1119 else if (!CTy->isForwardDecl()) in constructTypeDIE()
1124 if (CTy->isForwardDecl()) in constructTypeDIE()
1128 if (!CTy->isForwardDecl()) in constructTypeDIE()
/external/lldb/include/lldb/Symbol/
DClangASTContext.h320 bool isForwardDecl,
/external/llvm/lib/IR/
DDebugInfo.cpp91 if (!P.second && !Ty->isForwardDecl()) in generateDITypeIdentifierMap()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1460 if (I == TypeCache.end() || !cast<llvm::MDType>(I->second)->isForwardDecl()) in completeType()
1463 assert(!Res->isForwardDecl()); in completeType()
1483 if (T && T->isForwardDecl()) in completeRequiredType()
1493 if (I != TypeCache.end() && !cast<llvm::MDType>(I->second)->isForwardDecl()) in completeClassData()
1496 assert(!Res->isForwardDecl()); in completeClassData()
2215 if (T && !T->isForwardDecl()) in getOrCreateLimitedType()
2247 if (T && (!T->isForwardDecl() || !RD->getDefinition())) in CreateLimitedType()
3375 assert(Ty->isForwardDecl()); in finalize()
/external/lldb/source/Symbol/
DClangASTContext.cpp1145 bool isForwardDecl = true; in CreateRecordType() local
1147 return CreateObjCClass (name, decl_ctx, isForwardDecl, isInternal, metadata); in CreateRecordType()
1735 bool isForwardDecl, in CreateObjCClass() argument
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h568 bool isForwardDecl() const { return getFlags() & FlagFwdDecl; }