Lines Matching defs:LangOpts
326 const LangOptions &LangOpts, char *Spelling) { in getSpellingSlow()
421 const LangOptions &LangOpts, bool *Invalid) { in getSpelling()
454 const LangOptions &LangOpts, bool *Invalid) { in getSpelling()
501 const LangOptions &LangOpts) { in MeasureTokenLength()
512 const LangOptions &LangOpts, in getRawToken()
563 const LangOptions &LangOpts) { in getBeginningOfFileToken()
611 const LangOptions &LangOpts) { in GetBeginningOfToken()
638 const LangOptions &LangOpts, in ComputePreamble()
793 const LangOptions &LangOpts) { in getTokenPrefixLength()
852 const LangOptions &LangOpts) { in getLocForEndOfToken()
874 const LangOptions &LangOpts, in isAtStartOfMacroExpansion()
896 const LangOptions &LangOpts, in isAtEndOfMacroExpansion()
922 const LangOptions &LangOpts) { in makeRangeFromFileLocs()
957 const LangOptions &LangOpts) { in makeFileCharRange()
1026 const LangOptions &LangOpts, in getSourceText()
1062 const LangOptions &LangOpts) { in getImmediateMacroName()
1108 SourceLocation Loc, const SourceManager &SM, const LangOptions &LangOpts) { in getImmediateMacroNameForDiagnostics()
1134 bool Lexer::isAsciiIdentifierContinueChar(char c, const LangOptions &LangOpts) { in isAsciiIdentifierContinueChar()
1327 const LangOptions &LangOpts) { in findNextToken()
1360 const LangOptions &LangOpts, bool SkipTrailingWhitespaceAndNewLine) { in findLocationAfterToken()
1466 const LangOptions &LangOpts) { in getCharAndSizeSlowNoWarn()
1545 static bool isMathematicalExtensionID(uint32_t C, const LangOptions &LangOpts, in isMathematicalExtensionID()
1559 static bool isAllowedIDChar(uint32_t C, const LangOptions &LangOpts, in isAllowedIDChar()
1587 static bool isAllowedInitiallyIDChar(uint32_t C, const LangOptions &LangOpts, in isAllowedInitiallyIDChar()
1740 DiagnosticsEngine &Diags, const LangOptions &LangOpts, uint32_t CodePoint, in diagnoseInvalidUnicodeCodepointInIdentifier()
2016 bool Lexer::isHexaLiteral(const char *Start, const LangOptions &LangOpts) { in isHexaLiteral()