Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DFunctionSummary.h28 typedef std::deque<Decl*> SetOfDecls; typedef
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DFunctionSummary.h30 using SetOfDecls = std::deque<Decl *>; variable