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

  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
Type.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 527 /// ClassTy - LLVM type for struct objc_class.
528 llvm::StructType *ClassTy;
    [all...]
CGDebugInfo.cpp 242 QualType ClassTy =
244 ClassTy.print(OS, PrintingPolicy(LangOptions()));
425 if (!ClassTy)
426 ClassTy = DBuilder.createForwardDecl(llvm::dwarf::DW_TAG_structure_type,
429 return ClassTy;
439 if (!ClassTy)
440 ClassTy = DBuilder.createForwardDecl(llvm::dwarf::DW_TAG_structure_type,
446 auto *ISATy = DBuilder.createPointerType(ClassTy, Size);
    [all...]
CGDebugInfo.h 62 llvm::DIType *ClassTy = nullptr;
CGClass.cpp     [all...]
CGObjCGNU.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDeclCXX.cpp     [all...]

Completed in 1512 milliseconds