Searched refs:LexNumericConstant (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Lexer.cpp | 2050 bool Lexer::LexNumericConstant(Token &Result, const char *CurPtr) { in LexNumericConstant() function in Lexer 2069 return LexNumericConstant(Result, ConsumeChar(CurPtr, Size, Result)); in LexNumericConstant() 2086 return LexNumericConstant(Result, ConsumeChar(CurPtr, Size, Result)); in LexNumericConstant() 2099 return LexNumericConstant(Result, CurPtr); in LexNumericConstant() 2105 return LexNumericConstant(Result, CurPtr); in LexNumericConstant() 2107 return LexNumericConstant(Result, CurPtr); in LexNumericConstant() 3881 return LexNumericConstant(Result, CurPtr); in LexTokenInternal() 4082 return LexNumericConstant(Result, ConsumeChar(CurPtr, SizeTmp, Result)); in LexTokenInternal()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Lexer.h | 756 bool LexNumericConstant (Token &Result, const char *CurPtr);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 11047 {"_ZN5clang5Lexer18LexNumericConstantERNS_5TokenEPKc", "clang::Lexer::LexNumericConstant(clang::Tok…
|