#include "CompileCommands.h"
#include "Config.h"
#include "ConfigFragment.h"
#include "support/Logger.h"
#include "support/Trace.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/Support/Regex.h"
#include "llvm/Support/SMLoc.h"
#include "llvm/Support/SourceMgr.h"
Go to the source code of this file.
◆ Apply
std::vector<llvm::unique_function<void(Config &) const> > Apply |
◆ Conditions
std::vector<llvm::unique_function<bool(const Params &) const> > Conditions |
◆ Diagnostic
DiagnosticCallback Diagnostic |
◆ Error
constexpr static llvm::SourceMgr::DiagKind Error = llvm::SourceMgr::DK_Error |
|
staticconstexpr |
◆ Out
CompiledFragmentImpl& Out |
Definition at line 70 of file ConfigCompile.cpp.
Referenced by clang::clangd::config::CapturedDiags::callback(), clang::clangd::CollectMainFileMacros::CollectMainFileMacros(), clang::replace::collectReplacementsFromDirectory(), clang::clangd::findExplicitReferences(), clang::doc::genEnumsBlock(), clang::doc::genFileHeadNodes(), clang::doc::genFunctionsBlock(), clang::doc::genHTML(), clang::doc::genJsScriptsHTML(), clang::doc::genRecordMembersBlock(), clang::doc::genReferenceList(), clang::doc::genReferencesBlock(), clang::doc::genStylesheetsHTML(), clang::clangd::dex::identifierTrigrams(), clang::clangd::parseDocumentationLine(), clang::clangd::printName(), clang::clangd::printUsingNamespaceName(), clang::clangd::config::FileConfigCache::read(), and writeModuleMap().
◆ SourceMgr
llvm::SourceMgr* SourceMgr |
◆ Warning
constexpr static llvm::SourceMgr::DiagKind Warning |
|
staticconstexpr |