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

1 2

  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
APValue.cpp 453 ElemTy = Ctx.getAsArrayType(ElemTy)->getElementType();
468 const ArrayType *AT = Ctx.getAsArrayType(Ty);
MicrosoftMangle.cpp 323 } else if (const ArrayType *AT = getASTContext().getAsArrayType(Ty)) {
    [all...]
ASTContext.cpp     [all...]
ItaniumMangle.cpp     [all...]
RecordLayoutBuilder.cpp     [all...]
Type.cpp 70 if (const ArrayType *AT = Ctx.getAsArrayType(T))
    [all...]
ASTImporter.cpp     [all...]
ExprConstant.cpp 123 cast<ConstantArrayType>(Ctx.getAsArrayType(Type));
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
CGDecl.cpp     [all...]