Home
last modified time | relevance | path

Searched defs:LangOpts (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DLexerUtils.cpp18 const LangOptions &LangOpts, bool SkipComments) { in getPreviousToken()
40 const LangOptions &LangOpts) { in findPreviousTokenStart()
53 const LangOptions &LangOpts, in findPreviousTokenKind()
75 const LangOptions &LangOpts) { in findNextTerminator()
81 const LangOptions &LangOpts) { in findNextTokenSkippingComments()
91 const LangOptions &LangOpts) { in rangeContainsExpansionsOrDirectives()
DLexerUtils.h40 const LangOptions &LangOpts, in findPreviousAnyTokenKind()
64 const LangOptions &LangOpts, TokenKind TK, in findNextAnyTokenKind()
/external/llvm-project/clang/lib/Tooling/Transformer/
DSourceCode.cpp84 const LangOptions &LangOpts) { in getRangeForEdit()
124 const LangOptions &LangOpts) { in getEntityEndLoc()
269 const LangOptions &LangOpts) { in skipWhitespaceAndNewline()
284 const LangOptions &LangOpts) { in atOrBeforeSeparation()
322 const LangOptions &LangOpts = Context.getLangOpts(); in getAssociatedRange() local
/external/clang/lib/CodeGen/
DCoverageMappingGen.h90 const LangOptions &LangOpts; variable
95 const LangOptions &LangOpts) in CoverageMappingGen()
99 const LangOptions &LangOpts, in CoverageMappingGen()
/external/llvm-project/clang-tools-extra/clangd/
DSourceCode.cpp281 const LangOptions &LangOpts) { in getTokenLengthAtLoc()
298 const LangOptions &LangOpts) { in getLocForTokenEnd()
306 const LangOptions &LangOpts) { in getLocForTokenBegin()
313 const LangOptions &LangOpts) { in toTokenRange()
323 const LangOptions &LangOpts) { in unionTokenRange()
340 const LangOptions &LangOpts) { in rangeInCommonFile()
373 const LangOptions &LangOpts) { in getExpansionTokenRangeInSameFile()
391 const LangOptions &LangOpts) { in getTokenFileRange()
425 const LangOptions &LangOpts, in toHalfOpenFileRange()
597 lex(llvm::StringRef Code, const LangOptions &LangOpts, in lex()
[all …]
/external/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp32 const LangOptions &LangOpts; member in __anonf7d7533c0111::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()
DIssueHash.cpp130 const LangOptions &LangOpts) { in NormalizeLine()
181 const LangOptions &LangOpts) { in GetIssueString()
195 const LangOptions &LangOpts) { in GetIssueHash()
/external/llvm-project/clang/include/clang/Lex/
DLexer.h94 LangOptions LangOpts; variable
370 const LangOptions &LangOpts) { in AdvanceToTokenCharacter()
400 const LangOptions &LangOpts) { in getAsCharRange()
408 const LangOptions &LangOpts) { in getAsCharRange()
548 const LangOptions &LangOpts) { in getCharAndSizeNoWarn()
/external/clang/lib/Lex/
DLexer.cpp232 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 …]
/external/llvm-project/clang/lib/Lex/
DLexer.cpp274 const LangOptions &LangOpts, char *Spelling) { in getSpellingSlow()
369 const LangOptions &LangOpts, bool *Invalid) { in getSpelling()
402 const LangOptions &LangOpts, bool *Invalid) { in getSpelling()
449 const LangOptions &LangOpts) { in MeasureTokenLength()
460 const LangOptions &LangOpts, in getRawToken()
511 const LangOptions &LangOpts) { in getBeginningOfFileToken()
559 const LangOptions &LangOpts) { in GetBeginningOfToken()
586 const LangOptions &LangOpts, in ComputePreamble()
723 const LangOptions &LangOpts) { in getTokenPrefixLength()
783 const LangOptions &LangOpts) { in getLocForEndOfToken()
[all …]
/external/clang/include/clang/Lex/
DLexer.h54 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()
/external/llvm-project/clang/lib/Analysis/
DIssueHash.cpp137 const LangOptions &LangOpts) { in NormalizeLine()
188 const LangOptions &LangOpts) { in getIssueString()
203 const LangOptions &LangOpts) { in getIssueHash()
/external/llvm-project/clang/lib/CodeGen/
DCoverageMappingGen.h132 const LangOptions &LangOpts; variable
137 const LangOptions &LangOpts) in CoverageMappingGen()
141 const LangOptions &LangOpts, in CoverageMappingGen()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DDeprecatedHeadersCheck.cpp37 LangOptions LangOpts; member in clang::tidy::modernize::__anon7cbeda5c0111::IncludeModernizePPCallbacks
50 LangOptions LangOpts) in IncludeModernizePPCallbacks()
DReplaceAutoPtrCheck.h46 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
DUseBoolLiteralsCheck.h25 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
/external/llvm-project/clang/lib/Tooling/Refactoring/Extract/
DSourceExtraction.cpp22 const LangOptions &LangOpts) { in isSemicolonAtLocation()
74 const LangOptions &LangOpts) { in compute()
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DIsolateDeclarationCheck.cpp37 const LangOptions &LangOpts) { in findStartOfIndirection()
110 const LangOptions &LangOpts) { in declRanges()
205 const LangOptions &LangOpts) { in collectSourceRanges()
DSimplifySubscriptExprCheck.h25 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
/external/llvm-project/clang-tools-extra/clang-tidy/google/
DAvoidNSObjectNewCheck.cpp63 const LangOptions &LangOpts) { in getReceiverString()
71 const LangOptions &LangOpts) { in getCallFixItHint()
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DReservedIdentifierCheck.cpp65 const LangOptions &LangOpts) { in hasReservedDoubleUnderscore()
72 getDoubleUnderscoreFixup(StringRef Name, const LangOptions &LangOpts) { in getDoubleUnderscoreFixup()
111 const LangOptions &LangOpts, bool Invert, in getFailureInfoImpl()
DUnhandledSelfAssignmentCheck.h28 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DNoAutomaticMoveCheck.h24 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
DMoveConstructorInitCheck.h29 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
DInefficientStringConcatenationCheck.h28 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()

12345678910>>...16