Lines Matching defs:LangOpts

277                               const LangOptions &LangOpts, char *Spelling) {  in getSpellingSlow()
372 const LangOptions &LangOpts, bool *Invalid) { in getSpelling()
405 const LangOptions &LangOpts, bool *Invalid) { in getSpelling()
452 const LangOptions &LangOpts) { in MeasureTokenLength()
463 const LangOptions &LangOpts, in getRawToken()
514 const LangOptions &LangOpts) { in getBeginningOfFileToken()
562 const LangOptions &LangOpts) { in GetBeginningOfToken()
589 const LangOptions &LangOpts, in ComputePreamble()
728 const LangOptions &LangOpts) { in getTokenPrefixLength()
788 const LangOptions &LangOpts) { in getLocForEndOfToken()
810 const LangOptions &LangOpts, in isAtStartOfMacroExpansion()
832 const LangOptions &LangOpts, in isAtEndOfMacroExpansion()
858 const LangOptions &LangOpts) { in makeRangeFromFileLocs()
893 const LangOptions &LangOpts) { in makeFileCharRange()
962 const LangOptions &LangOpts, in getSourceText()
998 const LangOptions &LangOpts) { in getImmediateMacroName()
1044 SourceLocation Loc, const SourceManager &SM, const LangOptions &LangOpts) { in getImmediateMacroNameForDiagnostics()
1070 bool Lexer::isAsciiIdentifierContinueChar(char c, const LangOptions &LangOpts) { in isAsciiIdentifierContinueChar()
1263 const LangOptions &LangOpts) { in findNextToken()
1296 const LangOptions &LangOpts, bool SkipTrailingWhitespaceAndNewLine) { in findLocationAfterToken()
1400 const LangOptions &LangOpts) { in getCharAndSizeSlowNoWarn()
1475 static bool isMathematicalExtensionID(uint32_t C, const LangOptions &LangOpts, in isMathematicalExtensionID()
1489 static bool isAllowedIDChar(uint32_t C, const LangOptions &LangOpts, in isAllowedIDChar()
1517 static bool isAllowedInitiallyIDChar(uint32_t C, const LangOptions &LangOpts, in isAllowedInitiallyIDChar()
1670 DiagnosticsEngine &Diags, const LangOptions &LangOpts, uint32_t CodePoint, in diagnoseInvalidUnicodeCodepointInIdentifier()
1907 bool Lexer::isHexaLiteral(const char *Start, const LangOptions &LangOpts) { in isHexaLiteral()