Searched refs:FuncAnalysisPtr (Results 1 – 1 of 1) sorted by relevance
492 using FuncAnalysisPtr = typedef in __anon1adc617b0111::Analyzer498 class AnalysisMap : llvm::DenseMap<const Decl *, FuncAnalysisPtr> {499 using Base = llvm::DenseMap<const Decl *, FuncAnalysisPtr>;507 FuncAnalysisPtr lookup(const Decl *Key) const { in lookup()511 FuncAnalysisPtr &operator[](const Decl *Key) { in operator []()517 if (FuncAnalysisPtr AP = lookup(D); in completedAnalysisForDecl()569 if (FuncAnalysisPtr AP = DeclAnalysis.lookup(D)) { in run()590 FuncAnalysisPtr AP = DeclAnalysis.lookup(Call.Callee); in run()1376 FuncAnalysisPtr AP = Item.second; in ~AnalysisMap()