clang API Documentation

Classes | Namespaces | Functions
ThreadSafetyUtil.h File Reference
#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>
Include dependency graph for ThreadSafetyUtil.h:
This graph shows which files directly or indirectly include this file:

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)

Function Documentation

void* operator new ( size_t  Sz,
clang::threadSafety::til::MemRegionRef R 
) [inline]