clang-tools 19.0.0git
Namespaces | Functions
UseOverrideCheck.cpp File Reference
#include "UseOverrideCheck.h"
#include "../utils/LexerUtils.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/Lex/Lexer.h"

Go to the source code of this file.

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
 
namespace  clang::tidy
 
namespace  clang::tidy::modernize
 

Functions

static SmallVector< Token, 16 > clang::tidy::modernize::parseTokens (CharSourceRange Range, const MatchFinder::MatchResult &Result)
 
static StringRef clang::tidy::modernize::getText (const Token &Tok, const SourceManager &Sources)