Home
last modified time | relevance | path

Searched refs:CompoundLiteralRegion (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp267 void CompoundLiteralRegion::Profile(llvm::FoldingSetNodeID& ID) const { in Profile()
268 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion); in Profile()
271 void CompoundLiteralRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion()
501 void CompoundLiteralRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
1153 const CompoundLiteralRegion*
1166 return getSubRegion<CompoundLiteralRegion>(CL, sReg); in getCompoundLiteralRegion()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRegions.def68 REGION(CompoundLiteralRegion, TypedValueRegion)
H A DMemRegion.h900 class CompoundLiteralRegion : public TypedValueRegion {
905 CompoundLiteralRegion(const CompoundLiteralExpr *cl, in CompoundLiteralRegion() function
1471 const CompoundLiteralRegion*