|
clang-tools 22.0.0git
|
#include "QueryCheck.h"#include "../../clang-query/Query.h"#include "../../clang-query/QueryParser.h"#include "clang/ASTMatchers/ASTMatchers.h"#include "clang/ASTMatchers/Dynamic/VariantValue.h"#include "clang/Basic/DiagnosticIDs.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringRef.h"#include <string>Go to the source code of this file.
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::tidy |
| namespace | clang::tidy::custom |
Functions | |
| static void | clang::tidy::custom::emitConfigurationDiag (ClangTidyContext *Context, StringRef Message, StringRef CheckName) |
| static SmallVector< ast_matchers::dynamic::DynTypedMatcher > | clang::tidy::custom::parseQuery (const ClangTidyOptions::CustomCheckValue &V, ClangTidyContext *Context) |