Home
last modified time | relevance | path

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

12345678910>>...16

/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DLexerUtils.cpp19 const LangOptions &LangOpts, bool SkipComments) { in getPreviousTokenAndStart() argument
40 getPreviousToken(SourceLocation Location,const SourceManager & SM,const LangOptions & LangOpts,bool SkipComments) getPreviousToken() argument
48 findPreviousTokenStart(SourceLocation Start,const SourceManager & SM,const LangOptions & LangOpts) findPreviousTokenStart() argument
61 findPreviousTokenKind(SourceLocation Start,const SourceManager & SM,const LangOptions & LangOpts,tok::TokenKind TK) findPreviousTokenKind() argument
83 findNextTerminator(SourceLocation Start,const SourceManager & SM,const LangOptions & LangOpts) findNextTerminator() argument
89 findNextTokenIncludingComments(SourceLocation Start,const SourceManager & SM,const LangOptions & LangOpts) findNextTokenIncludingComments() argument
112 findNextTokenSkippingComments(SourceLocation Start,const SourceManager & SM,const LangOptions & LangOpts) findNextTokenSkippingComments() argument
127 rangeContainsExpansionsOrDirectives(SourceRange Range,const SourceManager & SM,const LangOptions & LangOpts) rangeContainsExpansionsOrDirectives() argument
201 getSemicolonAfterStmtEndLoc(const SourceLocation & EndLoc,const SourceManager & SM,const LangOptions & LangOpts) getSemicolonAfterStmtEndLoc() argument
237 getUnifiedEndLoc(const Stmt & S,const SourceManager & SM,const LangOptions & LangOpts) getUnifiedEndLoc() argument
257 const LangOptions &LangOpts = FuncDecl->getLangOpts(); getLocationForNoexceptSpecifier() local
[all...]
H A DBracesAroundStatement.cpp49 const LangOptions &LangOpts) { in getTokenKind()
62 const LangOptions &LangOpts) { in findEndLocation()
103 const LangOptions &LangOpts, in getBraceInsertionsHints()
H A DLexerUtils.h46 const LangOptions &LangOpts, in findPreviousAnyTokenKind() argument
70 const LangOptions &LangOpts, TokenKind TK, in findNextAnyTokenKind() argument
[all...]
/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp109 const LangOptions &LangOpts) { in getExpansionForSplitToken()
130 const LangOptions &LangOpts) { in getRangeForSplitTokens()
154 const LangOptions &LangOpts, in getRange()
176 const LangOptions &LangOpts, bool IncludeMacroExpansion) { in getFileRangeForEdit()
187 const LangOptions &LangOpts, bool IncludeMacroExpansion) { in getFileRange()
217 const LangOptions &LangOpts) { in getEntityEndLoc()
362 const LangOptions &LangOpts) { in skipWhitespaceAndNewline()
377 const LangOptions &LangOpts) { in atOrBeforeSeparation()
415 const LangOptions &LangOpts = Context.getLangOpts(); in getAssociatedRange() local
/llvm-project/clang-tools-extra/pseudo/benchmarks/
H A DBenchmark.cpp
/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokenBufferTokenManager.h23 const LangOptions &LangOpts, SourceManager &SourceMgr) in TokenBufferTokenManager()
59 const LangOptions &LangOpts; variable
/llvm-project/clang/include/clang/Lex/
H A DLexer.h103 const LangOptions &LangOpts; variable
402 AdvanceToTokenCharacter(SourceLocation TokStart,unsigned Characters,const SourceManager & SM,const LangOptions & LangOpts) AdvanceToTokenCharacter() argument
432 getAsCharRange(SourceRange Range,const SourceManager & SM,const LangOptions & LangOpts) getAsCharRange() argument
440 getAsCharRange(CharSourceRange Range,const SourceManager & SM,const LangOptions & LangOpts) getAsCharRange() argument
587 getCharAndSizeNoWarn(const char * Ptr,const LangOptions & LangOpts) getCharAndSizeNoWarn() argument
[all...]
/llvm-project/clang/lib/Analysis/
H A DIssueHash.cpp138 const LangOptions &LangOpts) { in NormalizeLine()
189 const LangOptions &LangOpts) { in getIssueString()
204 const LangOptions &LangOpts) { in getIssueHash()
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DUnhandledExceptionAtNewCheck.h25 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
H A DStringviewNullptrCheck.h38 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
H A DDynamicStaticInitializersCheck.h21 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
H A DUnhandledSelfAssignmentCheck.h26 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseTransparentFunctorsCheck.h23 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
H A DReplaceAutoPtrCheck.h44 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
H A DUseBoolLiteralsCheck.h23 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
H A DReplaceRandomShuffleCheck.h27 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
/llvm-project/clang-tools-extra/clang-tidy/objc/
H A DForbiddenSubclassingCheck.h26 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DDefinitionsInHeadersCheck.h29 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
H A DUseAnonymousNamespaceCheck.h25 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DMoveConstructorInitCheck.h24 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DStringCompareCheck.h26 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
H A DUseAnyOfAllOfCheck.h26 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
H A DRedundantStringCStrCheck.h20 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
H A DRedundantStringInitCheck.h22 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DAvoidDoWhileCheck.h24 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()

12345678910>>...16