clang-tools 20.0.0git
|
#include "SymbolIndexManager.h"
#include <cmath>
#include "find-all-symbols/SymbolInfo.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Path.h"
Go to the source code of this file.
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::include_fixer |
Macros | |
#define | DEBUG_TYPE "clang-include-fixer" |
Functions | |
static double | clang::include_fixer::similarityScore (llvm::StringRef FileName, llvm::StringRef Header) |
static void | clang::include_fixer::rank (std::vector< SymbolAndSignals > &Symbols, llvm::StringRef FileName) |
#define DEBUG_TYPE "clang-include-fixer" |
Definition at line 20 of file SymbolIndexManager.cpp.