HomeSort by: relevance | last modified time | path
    Searched defs:ConstructionContext (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
ConstructionContext.h 1 //===- ConstructionContext.h - CFG constructor information ------*- C++ -*-===//
9 // This file defines the ConstructionContext class and its sub-classes,
26 /// during construction of an object. ConstructionContext would be represented
232 /// ConstructionContext's subclasses describe different ways of constructing
236 class ConstructionContext {
264 explicit ConstructionContext(Kind K) : K(K) {}
277 static const ConstructionContext *createMaterializedTemporaryFromLayers(
286 static const ConstructionContext *
295 static const ConstructionContext *
303 class VariableConstructionContext : public ConstructionContext {
    [all...]
ConstructionContext.h 1 //===- ConstructionContext.h - CFG constructor information ------*- C++ -*-===//
9 // This file defines the ConstructionContext class and its sub-classes,
26 /// during construction of an object. ConstructionContext would be represented
232 /// ConstructionContext's subclasses describe different ways of constructing
236 class ConstructionContext {
264 explicit ConstructionContext(Kind K) : K(K) {}
277 static const ConstructionContext *createMaterializedTemporaryFromLayers(
286 static const ConstructionContext *
295 static const ConstructionContext *
303 class VariableConstructionContext : public ConstructionContext {
    [all...]
ConstructionContext.h 1 //===- ConstructionContext.h - CFG constructor information ------*- C++ -*-===//
9 // This file defines the ConstructionContext class and its sub-classes,
26 /// during construction of an object. ConstructionContext would be represented
232 /// ConstructionContext's subclasses describe different ways of constructing
236 class ConstructionContext {
264 explicit ConstructionContext(Kind K) : K(K) {}
277 static const ConstructionContext *createMaterializedTemporaryFromLayers(
286 static const ConstructionContext *
295 static const ConstructionContext *
303 class VariableConstructionContext : public ConstructionContext {
    [all...]

Completed in 75 milliseconds