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

  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 123 const Type *Key = CGT.getContext().getTagDeclType(RD).getTypePtr();
261 if (RecordDeclTypes.count(Context.getTagDeclType(RD).getTypePtr()))
629 const Type *Key = Context.getTagDeclType(RD).getTypePtr();
692 const Type *Key = Context.getTagDeclType(RD).getTypePtr();
CGClass.cpp 237 getContext().getCanonicalType(getContext().getTagDeclType(Derived));
    [all...]
CGVTables.cpp 529 QualType ClassType = CGM.getContext().getTagDeclType(RD);
    [all...]
CGStmt.cpp     [all...]
CGExpr.cpp     [all...]
CodeGenModule.cpp     [all...]
CGExprCXX.cpp 357 getContext().getPointerType(getContext().getTagDeclType(RD));
    [all...]
CGObjCMac.cpp     [all...]
CGCall.cpp 55 QualType RecTy = Context.getTagDeclType(RD)->getCanonicalTypeInternal();
    [all...]
  /frameworks/compile/slang/
slang_rs_export_func.cpp 107 clang::QualType T = Ctx.getTagDeclType(RD);
slang_rs_export_foreach.cpp 445 clang::QualType T = Ctx.getTagDeclType(RD);
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
SemaInit.cpp     [all...]
SemaLookup.cpp     [all...]
SemaStmt.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]

Completed in 253 milliseconds