Home
last modified time | relevance | path

Searched defs:ConstructionContext (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h272 explicit ConstructionContext(Kind K) : K(K) {} in ConstructionContext() function
346 friend class ConstructionContext; // Allows to create<>() itself. variable
371 friend class ConstructionContext; // Allows to create<>() itself. variable
416 friend class ConstructionContext; // Allows to create<>() itself. variable
443 friend class ConstructionContext; // Allows to create<>() itself. variable
466 friend class ConstructionContext; // Allows to create<>() itself. variable
528 friend class ConstructionContext; // Allows to create<>() itself. variable
554 friend class ConstructionContext; // Allows to create<>() itself. variable
609 friend class ConstructionContext; // Allows to create<>() itself. variable
633 friend class ConstructionContext; // Allows to create<>() itself. variable
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h49 class ConstructionContext; variable