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

/external/lldb/include/lldb/Symbol/
H A DClangASTContext.h320 bool isForwardDecl,
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp802 if (!BaseType.isValid() || BaseType.isForwardDecl())
977 if (GenerateDwarfTypeUnits && !Ty.isForwardDecl())
994 if (!Ty.getName().empty() && !Ty.isForwardDecl()) {
1127 if (!DTy.isForwardDecl())
1284 else if (!CTy.isForwardDecl())
1289 if (CTy.isForwardDecl())
1293 if (!CTy.isForwardDecl())
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1443 .isForwardDecl())
1446 assert(!Res.isForwardDecl());
1466 if (T && T.isForwardDecl())
1478 .isForwardDecl())
1481 assert(!Res.isForwardDecl());
1559 if (FwdDecl.isForwardDecl())
2209 if (T && !T.isForwardDecl()) return T;
2239 if (T && (!T.isForwardDecl() || !RD->getDefinition()))
3311 assert(Ty.isForwardDecl());
/external/lldb/source/Symbol/
H A DClangASTContext.cpp1145 bool isForwardDecl = true; local
1147 return CreateObjCClass (name, decl_ctx, isForwardDecl, isInternal, metadata);
1735 bool isForwardDecl,
1752 /*isForwardDecl,*/
1731 CreateObjCClass( const char *name, DeclContext *decl_ctx, bool isForwardDecl, bool isInternal, ClangASTMetadata *metadata ) argument
/external/llvm/lib/IR/
H A DDebugInfo.cpp974 if (!P.second && !Ty.isForwardDecl())
1318 if (isForwardDecl())
/external/llvm/include/llvm/IR/
H A DDebugInfo.h316 bool isForwardDecl() const { return (getFlags() & FlagFwdDecl) != 0; } function in class:llvm::DIType

Completed in 213 milliseconds