HomeSort by relevance Sort by last modified time
    Searched refs:isForwardDecl (Results 1 - 6 of 6) sorted by null

  /external/lldb/include/lldb/Symbol/
ClangASTContext.h 320 bool isForwardDecl,
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 802 if (!BaseType.isValid() || BaseType.isForwardDecl())
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/lldb/source/Symbol/
ClangASTContext.cpp     [all...]
  /external/llvm/include/llvm/IR/
DebugInfo.h 316 bool isForwardDecl() const { return (getFlags() & FlagFwdDecl) != 0; }
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 974 if (!P.second && !Ty.isForwardDecl())
    [all...]

Completed in 235 milliseconds