Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/patches/
Dpatch-r271282-clang-r200797-r200798-r200805-debug-info-crash.diff15 if (T && (!T.isForwardDecl() || !RD->getDefinition()))
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp928 if (!Ty.getName().empty() && !Ty.isForwardDecl()) { in getOrCreateTypeDIE()
1006 if (!Ty.getName().empty() && !Ty.isForwardDecl() && in addGlobalType()
1115 if (!DTy.isForwardDecl()) in constructTypeDIE()
1160 return !CTy.isForwardDecl() && isTypeUnitScoped(CTy, DD); in shouldCreateTypeUnit()
1309 else if (!CTy.isForwardDecl()) in constructTypeDIE()
1314 if (CTy.isForwardDecl()) in constructTypeDIE()
1318 if (!CTy.isForwardDecl()) in constructTypeDIE()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
DClangASTContext.h320 bool isForwardDecl,
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGDebugInfo.cpp1427 if (T && T.isForwardDecl()) in completeRequiredType()
1439 assert(!Res.isForwardDecl()); in completeClassData()
1493 if (FwdDecl.isForwardDecl()) in CreateTypeDefinition()
2039 if (TC && TC.isForwardDecl()) in getOrCreateType()
2064 if (!Res.isForwardDecl()) in getOrCreateType()
2194 if (T && !T.isForwardDecl()) return T; in getOrCreateLimitedType()
2204 if (T && T.isForwardDecl()) in getOrCreateLimitedType()
2235 if (T && (!T.isForwardDecl() || !RD->getDefinition())) in CreateLimitedType()
3283 if (Ty && Ty.isForwardDecl() && RepTy) in finalize()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DClangASTContext.cpp1145 bool isForwardDecl = true; in CreateRecordType() local
1147 return CreateObjCClass (name, decl_ctx, isForwardDecl, isInternal, metadata); in CreateRecordType()
1741 bool isForwardDecl, in CreateObjCClass() argument
/freebsd-10-stable/contrib/llvm/lib/IR/
DDebugInfo.cpp934 if (!P.second && !Ty.isForwardDecl()) in generateDITypeIdentifierMap()
1290 if (isForwardDecl()) in printInternal()
/freebsd-10-stable/contrib/llvm/include/llvm/
DDebugInfo.h300 bool isForwardDecl() const { return (getFlags() & FlagFwdDecl) != 0; } in isForwardDecl() function