Home
last modified time | relevance | path

Searched refs:isPreprocessingNumberBody (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCharInfo.h168 LLVM_READONLY inline bool isPreprocessingNumberBody(unsigned char c) { in isPreprocessingNumberBody() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DTokenConcatenation.cpp268 return isPreprocessingNumberBody(FirstChar) || in AvoidConcat()
H A DDependencyDirectivesScanner.cpp390 if (!isPreprocessingNumberBody(Prev)) in isQuoteCppDigitSeparator()
H A DLiteralSupport.cpp936 if (isPreprocessingNumberBody(*ThisTokEnd) && in NumericLiteralParser()
H A DLexer.cpp2035 while (isPreprocessingNumberBody(C)) { in LexNumericConstant()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp819 if (!isPreprocessingNumberBody(FileName[i])) in getTransformedFileName()