Searched refs:AnalyzedDecl (Results 1 – 1 of 1) sorted by relevance
625 const Decl *AnalyzedDecl = AC.getDecl(); in initDataStructures() local627 if (const auto *Function = dyn_cast<FunctionDecl>(AnalyzedDecl)) { in initDataStructures()629 } else if (const auto *Method = dyn_cast<ObjCMethodDecl>(AnalyzedDecl)) { in initDataStructures()631 } else if (const auto *Block = dyn_cast<BlockDecl>(AnalyzedDecl)) { in initDataStructures()