reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Lex/Lexer.cpp
 1450   assert(isAllowedIDChar(C, LangOpts));
 1595   if (CodePoint == 0 || !isAllowedIDChar(CodePoint, LangOpts))
 1622       !isAllowedIDChar(static_cast<uint32_t>(CodePoint), LangOpts))
 3090   if (isAllowedIDChar(C, LangOpts) && isAllowedInitiallyIDChar(C, LangOpts)) {
 3106       !isASCII(*BufferPtr) && !isAllowedIDChar(C, LangOpts)) {