Home
last modified time | relevance | path

Searched refs:RawChars (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaExpr.cpp3087 SmallString<32> RawChars; in BuildPredefinedExpr() local
3089 Str, RawChars); in BuildPredefinedExpr()
3092 SL = StringLiteral::Create(Context, RawChars, StringLiteral::Wide, in BuildPredefinedExpr()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp3492 SmallString<32> RawChars; in BuildPredefinedExpr() local
3494 Str, RawChars); in BuildPredefinedExpr()
3498 SL = StringLiteral::Create(Context, RawChars, StringLiteral::Wide, in BuildPredefinedExpr()