Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DFunctionSummary.h29 typedef llvm::DenseSet<const Decl*> SetOfConstDecls; typedef
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DFunctionSummary.h31 using SetOfConstDecls = llvm::DenseSet<const Decl *>; variable