HomeSort by relevance Sort by last modified time
    Searched refs:getBaseElementType (Results 1 - 25 of 28) sorted by null

1 2

  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaExprCXX.cpp 824 ElemTy = Context.getBaseElementType(Ty);
    [all...]
SemaDecl.cpp     [all...]
SemaInit.cpp     [all...]
SemaType.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclObjC.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/ARCMigrate/
Transforms.cpp 371 T = Pass.Ctx.getBaseElementType(T);
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 167 Context.getBaseElementType(I->getType())->getAs<RecordType>();
409 QualType ElemTy = Context.getBaseElementType(AT);
511 QualType ElemTy = Context.getBaseElementType(AT);
    [all...]
Type.cpp     [all...]
ASTContext.cpp     [all...]
DeclCXX.cpp 654 QualType T = Context.getBaseElementType(Field->getType());
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 705 T = Context.getBaseElementType(T);
CGClass.cpp 578 QualType BaseElementTy = CGF.getContext().getBaseElementType(Array);
626 QualType BaseElementTy = getContext().getBaseElementType(FieldType);
    [all...]
CGExprAgg.cpp     [all...]
CGExprConstant.cpp 842 // FIXME: We should not have to call getBaseElementType here.
844 CGM.getContext().getBaseElementType(Ty)->getAs<RecordType>();
    [all...]
CodeGenFunction.cpp     [all...]
CGDecl.cpp 815 getContext().getBaseElementType(Ty)->isObjCObjectPointerType()) &&
    [all...]
CGExprCXX.cpp     [all...]
CGDebugInfo.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 845 Ty = Context->getBaseElementType(Ty);
    [all...]

Completed in 261 milliseconds

1 2