|
clang-tools 22.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.
Classes | |
| class | clang::include_fixer::SymbolInfo |
| Describes a named symbol from a header. More... | |
| struct | clang::include_fixer::SymbolAndSignals |
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.