Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DConstructionContext.h264 explicit ConstructionContext(Kind K) : K(K) {} in ConstructionContext() function
327 friend class ConstructionContext; // Allows to create<>() itself. variable
352 friend class ConstructionContext; // Allows to create<>() itself. variable
393 friend class ConstructionContext; // Allows to create<>() itself. variable
420 friend class ConstructionContext; // Allows to create<>() itself. variable
443 friend class ConstructionContext; // Allows to create<>() itself. variable
505 friend class ConstructionContext; // Allows to create<>() itself. variable
531 friend class ConstructionContext; // Allows to create<>() itself. variable
586 friend class ConstructionContext; // Allows to create<>() itself. variable
610 friend class ConstructionContext; // Allows to create<>() itself. variable
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h48 class ConstructionContext; variable