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