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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1448 QualType adjustStringLiteralBaseType(QualType StrLTy) const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 4411 QualType ASTContext::adjustStringLiteralBaseType(QualType Ty) const {
11225 EltTy = adjustStringLiteralBaseType(EltTy);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 3487 Context.adjustStringLiteralBaseType(Context.WideCharTy.withConst());
3497 ResTy = Context.adjustStringLiteralBaseType(Context.CharTy.withConst());
3740 Context.adjustStringLiteralBaseType(Context.CharTy.withConst()),

Completed in 53 milliseconds