Home
last modified time | relevance | path

Searched refs:adjustStringLiteralBaseType (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1448 QualType adjustStringLiteralBaseType(QualType StrLTy) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp4411 QualType ASTContext::adjustStringLiteralBaseType(QualType Ty) const { in adjustStringLiteralBaseType() function in ASTContext
11225 EltTy = adjustStringLiteralBaseType(EltTy); in getStringLiteralArrayType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp3487 Context.adjustStringLiteralBaseType(Context.WideCharTy.withConst()); in BuildPredefinedExpr()
3497 ResTy = Context.adjustStringLiteralBaseType(Context.CharTy.withConst()); in BuildPredefinedExpr()
3740 Context.adjustStringLiteralBaseType(Context.CharTy.withConst()), in ActOnNumericConstant()