Searched defs:isForwardDecl (Results 1 - 2 of 2) sorted by relevance

/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/include/llvm/IR/
H A DDebugInfo.h316 bool isForwardDecl() const { return (getFlags() & FlagFwdDecl) != 0; } function in class:llvm::DIType

Completed in 777 milliseconds