/aosp_15_r20/external/clang/lib/Lex/ |
H A D | Lexer.cpp | 232 const LangOptions &LangOpts, char *Spelling) { in getSpellingSlow() 327 const LangOptions &LangOpts, bool *Invalid) { in getSpelling() 360 const LangOptions &LangOpts, bool *Invalid) { in getSpelling() 408 const LangOptions &LangOpts) { in MeasureTokenLength() 419 const LangOptions &LangOpts, in getRawToken() 451 const LangOptions &LangOpts) { in getBeginningOfFileToken() 511 const LangOptions &LangOpts) { in GetBeginningOfToken() 538 const LangOptions &LangOpts, in ComputePreamble() 703 const LangOptions &LangOpts) { in AdvanceToTokenCharacter() 763 const LangOptions &LangOpts) { in getLocForEndOfToken() [all …]
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/ |
H A D | PlistDiagnostics.cpp | 32 const LangOptions &LangOpts; member in __anon79c4042b0111::PlistDiagnostics 87 const LangOptions &LangOpts, in ReportControlFlow() 140 const LangOptions &LangOpts, in ReportEvent() 208 const LangOptions &LangOpts, in ReportCall() 243 const LangOptions &LangOpts, in ReportMacro() 255 const LangOptions &LangOpts) { in ReportDiag() 262 const LangOptions &LangOpts, in ReportPiece()
|
H A D | IssueHash.cpp | 130 const LangOptions &LangOpts) { in NormalizeLine() 181 const LangOptions &LangOpts) { in GetIssueString() 195 const LangOptions &LangOpts) { in GetIssueHash()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/ |
D | Lexer.h | 103 const LangOptions &LangOpts; variable 402 const LangOptions &LangOpts) { in AdvanceToTokenCharacter() 432 const LangOptions &LangOpts) { in getAsCharRange() 440 const LangOptions &LangOpts) { in getAsCharRange() 587 const LangOptions &LangOpts) { in getCharAndSizeNoWarn()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/ |
D | Lexer.h | 103 const LangOptions &LangOpts; variable 402 const LangOptions &LangOpts) { in AdvanceToTokenCharacter() 432 const LangOptions &LangOpts) { in getAsCharRange() 440 const LangOptions &LangOpts) { in getAsCharRange() 587 const LangOptions &LangOpts) { in getCharAndSizeNoWarn()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/ |
D | Lexer.h | 103 const LangOptions &LangOpts; variable 402 const LangOptions &LangOpts) { in AdvanceToTokenCharacter() 432 const LangOptions &LangOpts) { in getAsCharRange() 440 const LangOptions &LangOpts) { in getAsCharRange() 587 const LangOptions &LangOpts) { in getCharAndSizeNoWarn()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/ |
D | Lexer.h | 103 const LangOptions &LangOpts; variable 402 const LangOptions &LangOpts) { in AdvanceToTokenCharacter() 432 const LangOptions &LangOpts) { in getAsCharRange() 440 const LangOptions &LangOpts) { in getAsCharRange() 587 const LangOptions &LangOpts) { in getCharAndSizeNoWarn()
|
/aosp_15_r20/external/clang/include/clang/Lex/ |
H A D | Lexer.h | 54 LangOptions LangOpts; // LangOpts enabled by this language (cache). variable 332 const LangOptions &LangOpts) { in getAsCharRange() 340 const LangOptions &LangOpts) { in getAsCharRange() 469 const LangOptions &LangOpts) { in getCharAndSizeNoWarn()
|
/aosp_15_r20/external/clang/lib/Basic/ |
H A D | IdentifierTable.cpp | 75 IdentifierTable::IdentifierTable(const LangOptions &LangOpts, in IdentifierTable() 131 static KeywordStatus getKeywordStatus(const LangOptions &LangOpts, in getKeywordStatus() 162 const LangOptions &LangOpts, IdentifierTable &Table) { in AddKeyword() 202 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) { in AddKeywords() 233 static KeywordStatus getTokenKwStatus(const LangOptions &LangOpts, in getTokenKwStatus() 245 bool IdentifierInfo::isKeyword(const LangOptions &LangOpts) { in isKeyword()
|
H A D | Module.cpp | 60 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts, in hasFeature() 80 bool Module::isAvailable(const LangOptions &LangOpts, const TargetInfo &Target, in isAvailable() 186 const LangOptions &LangOpts, in addRequirement()
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 59 const LangOptions &LangOpts; member in __anon3a7141dc0111::EmitAssemblyHelper 150 const LangOptions &LangOpts) in PassManagerBuilderWrapper() 156 const LangOptions &LangOpts; member in __anon3a7141dc0111::PassManagerBuilderWrapper 263 const LangOptions &LangOpts = BuilderWrapper.getLangOpts(); in addDataFlowSanitizerPass() local 271 const LangOptions &LangOpts = BuilderWrapper.getLangOpts(); in addEfficiencySanitizerPass() local
|
H A D | CoverageMappingGen.h | 90 const LangOptions &LangOpts; variable 95 const LangOptions &LangOpts) in CoverageMappingGen() 99 const LangOptions &LangOpts, in CoverageMappingGen()
|
/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | InitPreprocessor.cpp | 306 static void AddObjCXXARCLibstdcxxDefines(const LangOptions &LangOpts, in AddObjCXXARCLibstdcxxDefines() 362 const LangOptions &LangOpts, in InitializeStandardPredefinedMacros() 453 static void InitializeCPlusPlusFeatureTestMacros(const LangOptions &LangOpts, in InitializeCPlusPlusFeatureTestMacros() 504 const LangOptions &LangOpts, in InitializePredefinedMacros() 978 const LangOptions &LangOpts = PP.getLangOpts(); in InitializePreprocessor() local
|
/aosp_15_r20/external/clang/lib/Edit/ |
H A D | EditedSource.cpp | 296 static bool canBeJoined(char left, char right, const LangOptions &LangOpts) { in canBeJoined() 306 const LangOptions &LangOpts) { in canRemoveWhitespace() 319 static void adjustRemoval(const SourceManager &SM, const LangOptions &LangOpts, in adjustRemoval() 366 const SourceManager &SM, const LangOptions &LangOpts) { in applyRewrite()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-tidy/utils/ |
D | LexerUtils.h | 46 const LangOptions &LangOpts, in findPreviousAnyTokenKind() 70 const LangOptions &LangOpts, TokenKind TK, in findNextAnyTokenKind()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-tidy/utils/ |
D | LexerUtils.h | 46 const LangOptions &LangOpts, in findPreviousAnyTokenKind() 70 const LangOptions &LangOpts, TokenKind TK, in findNextAnyTokenKind()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-tidy/utils/ |
D | LexerUtils.h | 46 const LangOptions &LangOpts, in findPreviousAnyTokenKind() 70 const LangOptions &LangOpts, TokenKind TK, in findNextAnyTokenKind()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-tidy/utils/ |
D | LexerUtils.h | 46 const LangOptions &LangOpts, in findPreviousAnyTokenKind() 70 const LangOptions &LangOpts, TokenKind TK, in findNextAnyTokenKind()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Tooling/Syntax/ |
D | TokenBufferTokenManager.h | 23 const LangOptions &LangOpts, SourceManager &SourceMgr) in TokenBufferTokenManager() 59 const LangOptions &LangOpts; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Tooling/Syntax/ |
D | TokenBufferTokenManager.h | 23 const LangOptions &LangOpts, SourceManager &SourceMgr) in TokenBufferTokenManager() 59 const LangOptions &LangOpts; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Tooling/Syntax/ |
D | TokenBufferTokenManager.h | 23 const LangOptions &LangOpts, SourceManager &SourceMgr) in TokenBufferTokenManager() 59 const LangOptions &LangOpts; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Tooling/Syntax/ |
D | TokenBufferTokenManager.h | 23 const LangOptions &LangOpts, SourceManager &SourceMgr) in TokenBufferTokenManager() 59 const LangOptions &LangOpts; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | ODRDiagsEmitter.h | 23 const LangOptions &LangOpts) in ODRDiagsEmitter() 198 const LangOptions &LangOpts; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | ODRDiagsEmitter.h | 23 const LangOptions &LangOpts) in ODRDiagsEmitter() 198 const LangOptions &LangOpts; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | ODRDiagsEmitter.h | 23 const LangOptions &LangOpts) in ODRDiagsEmitter() 198 const LangOptions &LangOpts; variable
|