Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCharInfo.h148 LLVM_READONLY inline bool isPreprocessingNumberBody(unsigned char c) { in isPreprocessingNumberBody() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DTokenConcatenation.cpp261 return isPreprocessingNumberBody(FirstChar) || in AvoidConcat()
H A DLiteralSupport.cpp535 assert(!isPreprocessingNumberBody(*ThisTokEnd) && "didn't maximally munch?"); in NumericLiteralParser()
H A DLexer.cpp1747 while (isPreprocessingNumberBody(C)) { in LexNumericConstant()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDeclCXX.cpp568 if (!isPreprocessingNumberBody(FileName[i])) in EmitCXXGlobalInitFunc()