clang 20.0.0git
|
#include "clang/AST/Decl.h"
#include "clang/Basic/LLVM.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/Support/Allocator.h"
#include <cassert>
#include <cstddef>
#include <cstring>
#include <iterator>
#include <ostream>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | clang::threadSafety::til::MemRegionRef |
class | clang::threadSafety::til::SimpleArray< T > |
class | clang::threadSafety::CopyOnWriteVector< T > |
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
namespace | clang::threadSafety |
namespace | clang::threadSafety::til |
Functions | |
void * | operator new (size_t Sz, clang::threadSafety::til::MemRegionRef &R) |
std::string | clang::threadSafety::getSourceLiteralString (const Expr *CE) |
std::ostream & | clang::threadSafety::operator<< (std::ostream &ss, const StringRef str) |
|
inline |
Definition at line 70 of file ThreadSafetyUtil.h.