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

  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 600 QualType StrType = Context->getConstantArrayType(
604 /*Pascal=*/false, StrType, SourceLocation());
2560 QualType strType = getConstantStringStructType();
2589 strType, nullptr, SC_Static);
2591 DeclRefExpr(*Context, NewVD, false, strType, VK_LValue, SourceLocation());
RewriteObjC.cpp 500 QualType StrType = Context->getConstantArrayType(
504 /*Pascal=*/false, StrType, SourceLocation());
2487 QualType strType = getConstantStringStructType();
2516 strType, nullptr, SC_Static);
2518 DeclRefExpr(*Context, NewVD, false, strType, VK_LValue, SourceLocation());

Completed in 30 milliseconds