HomeSort by relevance Sort by last modified time
    Searched refs:getTagDeclType (Results 1 - 23 of 23) 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()))
622 const Type *Key = Context.getTagDeclType(RD).getTypePtr();
685 const Type *Key = Context.getTagDeclType(RD).getTypePtr();
CGClass.cpp 236 getContext().getCanonicalType(getContext().getTagDeclType(Derived));
    [all...]
CGVTables.cpp 510 QualType ClassType = CGM.getContext().getTagDeclType(RD);
    [all...]
CodeGenFunction.cpp 479 getContext().getTagDeclType(LambdaThisCaptureField->getParent());
    [all...]
CodeGenModule.cpp     [all...]
CGCall.cpp 55 QualType RecTy = Context.getTagDeclType(RD)->getCanonicalTypeInternal();
    [all...]
CGExprCXX.cpp 365 getContext().getPointerType(getContext().getTagDeclType(RD));
    [all...]
CGObjCMac.cpp     [all...]
CGExpr.cpp     [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...]
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 481 milliseconds