/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | LexerUtils.cpp | 19 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 D | BracesAroundStatement.cpp | 49 const LangOptions &LangOpts) { in getTokenKind() 62 const LangOptions &LangOpts) { in findEndLocation() 103 const LangOptions &LangOpts, in getBraceInsertionsHints()
|
H A D | LexerUtils.h | 46 const LangOptions &LangOpts, in findPreviousAnyTokenKind() argument 70 const LangOptions &LangOpts, TokenKind TK, in findNextAnyTokenKind() argument [all...] |
/llvm-project/clang/lib/Tooling/Transformer/ |
H A D | SourceCode.cpp | 109 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 D | Benchmark.cpp |
|
/llvm-project/clang/include/clang/Tooling/Syntax/ |
H A D | TokenBufferTokenManager.h | 23 const LangOptions &LangOpts, SourceManager &SourceMgr) in TokenBufferTokenManager() 59 const LangOptions &LangOpts; variable
|
/llvm-project/clang/include/clang/Lex/ |
H A D | Lexer.h | 103 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 D | IssueHash.cpp | 138 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 D | UnhandledExceptionAtNewCheck.h | 25 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
|
H A D | StringviewNullptrCheck.h | 38 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
|
H A D | DynamicStaticInitializersCheck.h | 21 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
|
H A D | UnhandledSelfAssignmentCheck.h | 26 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | UseTransparentFunctorsCheck.h | 23 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
|
H A D | ReplaceAutoPtrCheck.h | 44 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
|
H A D | UseBoolLiteralsCheck.h | 23 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
|
H A D | ReplaceRandomShuffleCheck.h | 27 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
|
/llvm-project/clang-tools-extra/clang-tidy/objc/ |
H A D | ForbiddenSubclassingCheck.h | 26 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | DefinitionsInHeadersCheck.h | 29 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
|
H A D | UseAnonymousNamespaceCheck.h | 25 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
|
/llvm-project/clang-tools-extra/clang-tidy/performance/ |
H A D | MoveConstructorInitCheck.h | 24 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | StringCompareCheck.h | 26 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
|
H A D | UseAnyOfAllOfCheck.h | 26 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
|
H A D | RedundantStringCStrCheck.h | 20 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
|
H A D | RedundantStringInitCheck.h | 22 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
|
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
H A D | AvoidDoWhileCheck.h | 24 bool isLanguageVersionSupported(const LangOptions &LangOpts) const override { in isLanguageVersionSupported()
|