clang-tools 20.0.0git
|
#include "MtUnsafeCheck.h"
#include "clang/AST/ASTContext.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
Go to the source code of this file.
Classes | |
struct | clang::tidy::OptionEnumMapping< concurrency::MtUnsafeCheck::FunctionSet > |
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::tidy |
namespace | clang::tidy::concurrency |
Functions | |
static ast_matchers::internal::Matcher< clang::NamedDecl > | clang::tidy::concurrency::hasAnyMtUnsafeNames (MtUnsafeCheck::FunctionSet Libc) |
Variables | |
static const clang::StringRef | GlibcFunctions [] |
static const clang::StringRef | PosixFunctions [] |
|
static |
Definition at line 16 of file MtUnsafeCheck.cpp.
Referenced by clang::tidy::concurrency::hasAnyMtUnsafeNames().
|
static |
Definition at line 176 of file MtUnsafeCheck.cpp.
Referenced by clang::tidy::concurrency::hasAnyMtUnsafeNames().