HomeSort by relevance Sort by last modified time
    Searched refs:getAsArrayType (Results 1 - 25 of 32) 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 478 } else if (const ArrayType *AT = getASTContext().getAsArrayType(Ty)) {
    [all...]
ASTContext.cpp     [all...]
RecordLayoutBuilder.cpp     [all...]
ExprConstant.cpp 124 cast<ConstantArrayType>(Ctx.getAsArrayType(Type));
    [all...]
ASTImporter.cpp     [all...]
ItaniumMangle.cpp     [all...]
Type.cpp 71 if (const ArrayType *AT = Ctx.getAsArrayType(T))
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 165 if (const auto *AT = CGT.getContext().getAsArrayType(T))
734 if (const auto *AT = Context.getAsArrayType(T)) {
CodeGenFunction.cpp     [all...]
CGDecl.cpp     [all...]
CGExprAgg.cpp     [all...]
CGExprConstant.cpp     [all...]
CGObjCMac.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 125 const ArrayType *arrayType = Context.getAsArrayType(declType);
631 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...]
SemaDecl.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 97 while (const ArrayType *AT = Ctx.getAsArrayType(Ty)) {
RegionStore.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 211 milliseconds

1 2