Searched refs:CharLiteralParser (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h9 // This file defines the NumericLiteralParser, CharLiteralParser, and
173 /// CharLiteralParser - Perform interpretation and semantic analysis of a
175 class CharLiteralParser { class in namespace:clang
183 CharLiteralParser(const char *begin, const char *end,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp9 // This file implements the NumericLiteralParser, CharLiteralParser, and
1220 CharLiteralParser::CharLiteralParser(const char *begin, const char *end,
H A DPPExpressions.cpp349 CharLiteralParser Literal(ThisTok.begin(), ThisTok.end(),
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3395 CharLiteralParser Literal(ThisTok.begin(), ThisTok.end(), Tok.getLocation(),

Completed in 217 milliseconds