HomeSort by relevance Sort by last modified time
    Searched refs:getConstantArrayType (Results 1 - 17 of 17) sorted by null

  /external/clang/lib/CodeGen/
CGExprAgg.cpp 331 QualType array = ctx.getConstantArrayType(element, size, ArrayType::Normal,0);
    [all...]
CodeGenModule.cpp     [all...]
CGDebugInfo.cpp     [all...]
CGObjC.cpp 103 = Context.getConstantArrayType(ElementType, APNumElements,
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 98 DeclT = S.Context.getConstantArrayType(IAT->getElementType(),
    [all...]
Sema.cpp 561 QualType T = Context.getConstantArrayType(ArrayT->getElementType(),
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaExpr.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaType.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 747 /// getConstantArrayType - Return the unique reference to the type for a
749 QualType getConstantArrayType(QualType EltTy, const llvm::APInt &ArySize,
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 166 milliseconds