reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1392   QualType adjustStringLiteralBaseType(QualType StrLTy) const;

References

tools/clang/lib/AST/ASTContext.cpp
10348   EltTy = adjustStringLiteralBaseType(EltTy);
tools/clang/lib/Sema/SemaExpr.cpp
 3229           Context.adjustStringLiteralBaseType(Context.WideCharTy.withConst());
 3239       ResTy = Context.adjustStringLiteralBaseType(Context.CharTy.withConst());
 3480           Context.adjustStringLiteralBaseType(Context.CharTy.withConst()),