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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1295 PP.parseSimpleIntegerLiteral(Tok, Value))
1337 if (PP.parseSimpleIntegerLiteral(Tok, Value)) {
1341 // Next token already snatched by parseSimpleIntegerLiteral.
1358 if (!PP.parseSimpleIntegerLiteral(Tok, Value) || Value == 0 ||
H A DPreprocessor.cpp1366 bool Preprocessor::parseSimpleIntegerLiteral(Token &Tok, uint64_t &Value) { function in class:Preprocessor
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp2455 PP.parseSimpleIntegerLiteral(Tok, Value)) {
3482 !PP.parseSimpleIntegerLiteral(Tok, MaxTokens)) {
3514 !PP.parseSimpleIntegerLiteral(Tok, MaxTokens)) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1457 bool parseSimpleIntegerLiteral(Token &Tok, uint64_t &Value);

Completed in 97 milliseconds