Searched refs:FDWithBody (Results 1 – 1 of 1) sorted by relevance
2204 const FunctionDecl *FDWithBody = nullptr; in HandleFunctionOrMethodRef() local2205 if (FD->hasBody(FDWithBody)) { in HandleFunctionOrMethodRef()2206 if (!WasAlreadyScannedInCurrentStage(FDWithBody)) in HandleFunctionOrMethodRef()2207 DeclsToScan.push_back(FDWithBody); in HandleFunctionOrMethodRef()