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

1 2

  /external/clang/lib/AST/
Type.cpp 905 return Context.getBaseElementType(*this).isPODType(Context);
932 return Context.getBaseElementType(*this).isPODType(Context);
    [all...]
RecordLayoutBuilder.cpp 167 Context.getBaseElementType(FD->getType())->getAs<RecordType>();
412 QualType ElemTy = Context.getBaseElementType(AT);
515 QualType ElemTy = Context.getBaseElementType(AT);
    [all...]
ASTContext.cpp 773 T = getBaseElementType(arrayType);
    [all...]
DeclCXX.cpp 799 QualType T = Context.getBaseElementType(Field->getType());
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 837 ElemTy = Context.getBaseElementType(Ty);
    [all...]
SemaDeclCXX.cpp     [all...]
SemaDecl.cpp     [all...]
SemaType.cpp     [all...]
SemaInit.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 580 QualType BaseElementTy = CGF.getContext().getBaseElementType(Array);
626 QualType BaseElementTy = getContext().getBaseElementType(FieldType);
850 QualType FieldBaseElementType = Context.getBaseElementType(Field->getType());
    [all...]
CodeGenTypes.cpp 657 T = Context.getBaseElementType(T);
CGExprAgg.cpp     [all...]
CodeGenFunction.cpp 792 if (vla) Ty = getContext().getBaseElementType(vla);
    [all...]
CGDecl.cpp 795 getContext().getBaseElementType(Ty)->isObjCObjectPointerType()) &&
    [all...]
CGExprCXX.cpp     [all...]
CGExprConstant.cpp 845 // FIXME: We should not have to call getBaseElementType here.
847 CGM.getContext().getBaseElementType(Ty)->getAs<RecordType>();
    [all...]
CodeGenModule.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/ARCMigrate/
Transforms.cpp 310 T = Pass.Ctx.getBaseElementType(T);
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 779 Ty = Context->getBaseElementType((*I)->getType());
    [all...]

Completed in 269 milliseconds

1 2