Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/
H A DValue.h264 StructValue() : StructValue(llvm::DenseMap<const ValueDecl *, Value *>()) {} in StructValue() function
266 explicit StructValue(llvm::DenseMap<const ValueDecl *, Value *> Children) in StructValue() function
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/
H A DAddConstTest.cpp900 TEST(Template, StructValue) { in TEST() argument