Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DLiteralSupport.cpp1436 static inline bool IsExponentPart(char c) { in IsExponentPart() function
1456 while (!IsExponentPart(*Ptr)) ++Ptr; in GetFixedPointValue()