HomeSort by: relevance | last modified time | path
    Searched refs:AT2 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 5777 auto *AT2 = getAsArrayType(T2);
5778 if (!AT2)
5784 auto *CAT2 = dyn_cast<ConstantArrayType>(AT2);
5788 !isa<IncompleteArrayType>(AT2)) {
5793 T2 = AT2->getElementType();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 8515 const analyze_printf::ArgType &AT2 = ArgType::CStrTy;
8516 if (AT2.isValid() && !AT2.matchesType(S.Context, Ex->getType()))
8519 << AT2.getRepresentativeTypeName(S.Context) << Ex->getType()

Completed in 147 milliseconds