clang API Documentation
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/AlignOf.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/Compiler.h"
#include "clang/AST/ExprCXX.h"
#include <cassert>
#include <cstddef>
#include <vector>
#include <utility>
#include <ostream>
Go to the source code of this file.
Classes | |
class | clang::threadSafety::til::MemRegionRef |
union | clang::threadSafety::til::MemRegionRef::AlignmentType |
class | clang::threadSafety::til::SimpleArray< T > |
class | clang::threadSafety::til::SimpleArray< T >::ReverseAdaptor |
class | clang::threadSafety::til::SimpleArray< T >::ReverseAdaptor::Iterator |
class | clang::threadSafety::CopyOnWriteVector< T > |
class | clang::threadSafety::CopyOnWriteVector< T >::VectorData |
Namespaces | |
namespace | clang |
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 clang::Expr *CE) |
std::ostream & | clang::threadSafety::operator<< (std::ostream &ss, const StringRef str) |
void* operator new | ( | size_t | Sz, |
clang::threadSafety::til::MemRegionRef & | R | ||
) | [inline] |
Definition at line 68 of file ThreadSafetyUtil.h.
References clang::threadSafety::til::MemRegionRef::allocate().
Referenced by clang::CodeGen::CGFunctionInfo::create(), and clang::PreprocessedEntity::operator new().