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

1 2

  /external/clang/lib/AST/
APValue.cpp 460 ElemTy = Ctx.getAsArrayType(ElemTy)->getElementType();
475 const ArrayType *AT = Ctx.getAsArrayType(Ty);
MicrosoftMangle.cpp 514 } else if (const ArrayType *AT = getASTContext().getAsArrayType(Ty)) {
    [all...]
ASTContext.cpp     [all...]
RecordLayoutBuilder.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 165 if (const auto *AT = CGT.getContext().getAsArrayType(T))
744 if (const auto *AT = Context.getAsArrayType(T)) {
CodeGenFunction.cpp     [all...]
CGDecl.cpp     [all...]
CGExprAgg.cpp     [all...]
CGExprConstant.cpp     [all...]
CGExprCXX.cpp 480 = getContext().getAsArrayType(E->getType())) {
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 126 const ArrayType *arrayType = Context.getAsArrayType(declType);
687 if (const ArrayType *AType = SemaRef.Context.getAsArrayType(ILE->getType())) {
    [all...]
SemaStmtAsm.cpp 555 const ArrayType *ATy = Context.getAsArrayType(T);
SemaExprCXX.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 97 while (const ArrayType *AT = Ctx.getAsArrayType(Ty)) {
RegionStore.cpp     [all...]

Completed in 885 milliseconds

1 2